Property: CurrentRows

(TBarcodeFmx2D_Code16K)

Contains the factual number of stacked rows of a Code 16K barcode symbol.

Syntax:

type

{ Defined in the pfmxCode16K unit }

TCode16K_Rows = 2..16;

property CurrentRows: TCode16K_Rows;

Description:

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 a Code 16K barcode symbol.

The property can be one of values from 2 to 16, denotations the factual number of rows. They are defined in the pfmxCode16K unit.

The property is read only.

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

Contents