Controls the orientation of the barcode symbol.
type
{ Defined in the pBarcode1D unit }
TBarcodeOrientation = (boLeftRight, boRightLeft, boTopBottom, boBottomTop);
property Orientation: TBarcodeOrientation;
Specifies the direction of the barcode symbol. This property can be one of these values (defined in the pBarcode1D unit):
boLeftRight: Left to right horizontal direction (rotates the barcode symbol 0 degrees counter-clockwise). See diagram:
boRightLeft: Right to left horizontal direction (rotates the barcode symbol 180 degrees counter-clockwise). See diagram:
boTopBottom: Top to bottom vertical direction (rotates the barcode symbol 270 degrees counter-clockwise). See diagram:
boBottomTop: Bottom to top vertical direction (rotates the barcode symbol 90 degrees counter-clockwise). See diagram: