Property: DisplayText

Specifies whether to display the human readable text and what will display as the human readable text.

Syntax:

type

{ Defined in the pCore1D unit }

TDisplayText = (dtNone, dtBarcode, dtFullEncoded);

property DisplayText: TDisplayText;

Description:

Specifies whether to display the human readable text and what will display as the human readable text. This property can be one of these values (defined in the pCore1D unit):

Note:

For the TBarcode1D_Code128 and TBarcode1D_EAB128 components, you can encode a block of binary (bytes) data into the barcode symbol. In this case, you can use the OnDecodeText event to decode the text from the block of binary (bytes) data in order to output it as the barcode text into the barcode symbol.

Contents