Property: CurrentRows

(TBarcode2D_CCA)

Contains the factual number of stacked rows of the CC-A 2D component in an ENA.UCC composite barcode symbol.

Syntax:

type

{ Defined in the pCCA unit }

TCCA_Rows = (ccaRow_3, ccaRow_4, ccaRow_5, ccaRow_6, ccaRow_7, ccaRow_8, ccaRow_9, ccaRow_10, ccaRow_12);

property CurrentRows: TCCA_Rows;

Description:

For the CC-A 2D component in an ENA.UCC composite barcode symbol, the smallest number of stacked rows that accommodates the barcode text will be automatically selected between the minimum number of stacked rows (specified by the MinRows property) and the maximum number of stacked rows (specified by the MaxRows property). Read the property to retrieve the factual number of stacked rows of the CC-A 2D component in the ENA.UCC composite barcode symbol. For example, the value ccaRow_6 denotations the factual number of rows is 6 stacked rows.

The property can be one of these values: ccaRow_3, ccaRow_4, ccaRow_5, ccaRow_6, ccaRow_7, ccaRow_8, ccaRow_9, ccaRow_10, and ccaRow_12, corresponding to the number of stacked rows 3, 4, 5, 6, 7, 8, 9, 10, and 12. They are defined in the pCCA unit.

The CC-A is one of the three choices for the 2D component in a barcode symbol encoded in EAN.UCC composite barcode symbology.

The property is read only.

See also the "Symbol sizes" section in the "TBarcode2D_CCA" article.

Contents