Property: TextPosition

Specifies the position of the human readable text (Specifies the vertical alignment of the human readable text within the barcode symbol).

Syntax:

type

{ Defined in the pCore1D unit }

TTextPosition = (tpTopIn, tpTopOut, tpBottomIn, tpBottomOut);

property TextPosition: TTextPosition;

Description:

Specifies the position of the human readable text (Specifies the vertical alignment of the human readable text within the barcode symbol). This property can be one of these values (defined in the pCore1D unit):

Note:

For TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, TBarcode1D_UPCE1, TBarcode1D_EAN8, and TBarcode1D_EAN13 barcode components, if the TextAlignment property is set to taCustom, the value of this property will be ignored.

For TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, TBarcode1D_UPCE1, TBarcode1D_EAN8, TBarcode1D_EAN13, and TBarcode1D_EAN128 barcode components, if they are used as the Linear property's value of the TBarcode2D_CCA, TBarcode2D_CCB, or TBarcode2D_CCC 2D component in the 2D Barcode VCL Components package to generate the EAN.UCC composite barcode symbol, the property value tpTopIn is equal to the tpBottomIn, and the tpTopOut is equal to the tpBottomOut.

Contents