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

Contents
Copyright © 2001-2012
Han-soft Corporation. All rights reserved.