Property: CurrentVersion

(TBarcode2D_GridMatrix)

Contains the factual symbol version (symbol size) of a Grid Matrix barcode symbol.

Syntax:

type

{ Defined in the pGridMatrix unit }

TGridMatrix_Version = 1..13;

property CurrentVersion: TGridMatrix_Version;

Description:

There are thirteen sizes of Grid Matrix symbol, referred to as version 1 to 13, in increasing order of size and data capacity.

The smallest symbol version (symbol size) that accommodates the barcode text will be automatically selected between the minimum symbol version (symbol size) specified by the MinVersion property and the maximum symbol version (symbol size) specified by the MaxVersion property. Read the property to retrieve the factual symbol version (symbol size) of a Grid Matrix barcode symbol.

The property can be one of values from 1 to 13, denotations the factual version of a Grid Matrix 2D barcode symbol. They are defined in the pGridMatrix unit.

The property is read only.

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

Contents