C1.Web.Mvc.Barcode Namespace / LabelPosition Enumeration

LabelPosition Enumeration
Defines the position of the label that displays the Barcode value.
Syntax
'Declaration
 
Public Enum LabelPosition 
   Inherits System.Enum
 
Members
MemberDescription
BottomRenders the barcode label at the bottom of the barcode.
TopRenders the barcode label at the top of the barcode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Barcode.LabelPosition

See Also