Property: StretchOrder

(TBarcode2D_CCC)

Specifies the priority order of selecing appropriate symbol size for the CC-C component of an EAN.UCC composite barcode symbol.

Syntax:

type

{ Defined in the pCCC unit }

TCCC_StretchOrder = (soMaxColumnsInLinear, soMaxColumnsOutLinear, soRowColumn, soColumnRow);

property StretchOrder: TCCC_StretchOrder;

Description:

The minimum number of stacked rows (specified by the MinRows property) and the minimum number of columns (specified by the MinColumns property) indicates the minimum symbol size for the CC-C 2D component of an EAN.UCC composite barcode symbol. And the maximum number of stacked rows (specified by the MaxRows property) together with the maximum number of columns (specified by the MaxColumns property) indicates the maximum symbol size for it. The property specifies a priority order in order to automatically select the symbol size. According to the priority order, the first symbol size (number of rows and columns) that accommodates the barcode text will be automatically selected between the minimum symbol size and the maximum symbol size.

The property can be one of these values (defined in the pCCC unit):

See also the "Symbol size" section in the "TBarcode2D_CCC" article.

Contents