Property: Orientation

Controls the orientation of the barcode symbol.

Syntax:

type

{ Defined in the pfmxBarcode2D unit }

TBarcodeOrientation = (boLeftRight, boRightLeft, boTopBottom, boBottomTop);

property Orientation: TBarcodeOrientation;

Description:

Specifies the direction of the barcode symbol. The barcode symbol and its quiet zones (if they are displayed, please read the ShowQuietZone property about whether or not the quiet zones will be displayed) will be rotated based on the property value. You can use the LeadingQuietZone, TrailingQuietZone, TopQuietZone, and BottomQuietZone properties to specify the size of these quiet zones in modules.

This property can be one of these values (defined in the pfmxBarcode2D unit):

Contents