Property: FullEncoded

Contains the barcode text and the check digit that's automatically appended to the barcode symbol. The start code and the stop code aren't included.

Syntax:

property FullEncoded: string;

Description:

Read FullEncoded property to retrieve the barcode text and the check digit that's automatically appended to the barcode symbol. The start code and the stop code aren't included.

For the TBarcode1D_OneCode component, it includes all the tracking and routing, first 20 characters are the Tracking (It is right padded with zeroes to 20 characters), then come the Routing.

For the TBarcode1D_Channel component, it includes the barcode text with leading zero padding. The length of the property value is from 2 to 7, corresponding to the cannnel 3 to 8.

The property is read only.

Contents