Property: CurrentVersion

(TBarcodeFmx2D_CompactMatrix)

Contains the factual version value of a Compact Matrix barcode symbol.

Syntax:

type

{ Defined in the pfmxCompactMatrix unit }

TCompactMatrix_Version = 1..32;

property CurrentVersion: TCompactMatrix_Version;

Description:

There are 32 vertical sizes of Compact Matrix symbol, referred to as version 1 to 32, in increasing order of symbol height and data capacity.

The minimum version (specified by the MinVersion property) and the minimum number of segments (specified by the MinSegments property) indicate the minimum symbol size for a Compact Matrix barcode symbol. The maximum version (specified by the MaxVersion property) and the maximum number of segments (specified by the MaxSegments property) indicate the maximum symbol size for the Compact Matrix 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 version value of the Compact Matrix barcode symbol.

The property can be one of values from 1 to 32, denotations the factual version value. They are defined in the pfmxCompactMatrix unit.

The property is read only.

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

Contents