Property: CurrentRows

(TBarcodeFmx2D_PDF417)

Contains the factual number of stacked rows of a PDF417 barcode symbol.

Syntax:

type

{ Defined in the pfmxPDF417Custom unit }

TPDF417_Rows = 3..90;

property CurrentRows: TPDF417_Rows;

Description:

The minimum number of stacked rows (specified by the MinRows property) and the minimum number of columns (specified by the MinColumns property) indicate the minimum symbol size for a PDF417 barcode symbol. The maximum number of stacked rows (specified by the MaxRows property) and the maximum number of columns (specified by the MaxColumns property) indicate the maximum symbol size for the PDF417 barcode symbol. Based on the stretch order (specified by the StretchOrder property), the smallest symbol size that accommodates the barcode text will be automatically selected between the minimum symbol size and the maximum symbol size. Read the property to retrieve the factual number of stacked rows of the PDF417 barcode symbol.

The property can be one of values from 3 to 90, denotations the factual number of rows. They are defined in the pfmxPDF417Custom unit.

The property is read only.

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

Contents