Property: MinVersion

(TBarcodeFmx2D_GridMatrix)

Specifies the minimum symbol version (symbol size) for a Grid Matrix barcode symbol.

Syntax:

type

{ Defined in the pfmxGridMatrix unit }

TGridMatrix_Version = 1..13;

property MinVersion: 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 property specifies the minimum symbol version (symbol size) for a Grid Matrix barcode symbol. It can be one of values from 1 to 13. They are defined in the pfmxGridMatrix unit.

The smallest symbol version (symbol size) that accommodates the barcode text will be automatically selected between the minimum symbol version (symbol size) specified by this property and the maximum symbol version (symbol size) that's specified by the MaxVersion property.

The CurrentVersion property can be used to get the factual symbol version (symbol size).

Note, if the property is set to a value greater than the MaxVersion property's value, the MaxVersion property will be automatically changed to equal to this property's value. In other words, the MinVersion property's value is always less than or equal to the MaxVersion property's value.

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

Contents