[]
Specifies the print direction of the barcode symbol.
public enum BarCodeDirection
BottomToTop = 3
The barcode symbol is printed bottom to top.
LeftToRight = 0
The barcode symbol is printed left to right (default).
RightToLeft = 1
The barcode symbol is printed right to left.
TopToBottom = 2
The barcode symbol is printed top to bottom.