ComponentOne BarCode for WinForms
BarCodeDirection Enumeration

C1.Win.BarCode.4 Assembly > C1.BarCode Namespace : BarCodeDirection Enumeration
Specifies the print direction of the barcode symbol.
Syntax
'Declaration
 
Public Enum BarCodeDirection 
   Inherits System.Enum
public enum BarCodeDirection : System.Enum 
Members
MemberDescription
BottomToTopThe barcode symbol is printed bottom to top.
LeftToRightThe barcode symbol is printed left to right (default).
RightToLeftThe barcode symbol is printed right to left.
TopToBottomThe barcode symbol is printed top to bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.BarCodeDirection

See Also

Reference

C1.BarCode Namespace