Property: MinVersion

(TBarcodeFmx2D_HanXinCode)

Specifies the minimum symbol version (symbol size) for a Han Xin Code barcode symbol.

Syntax:

type

{ Defined in the pfmxHanXinCode unit }

THanXinCode_Version = 1..84;

property MinVersion: THanXinCode_Version;

Description:

There are eighty-four sizes of Han Xin Code symbols, referred to as version 1 to 84, in increasing order of size and data capacity. The property specifies the minimum symbol version (symbol size) for a Han Xin Code barcode symbol. It can be one of values from 1 to 84. They are defined in the pfmxHanXinCode 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_HanXinCode" article.

Contents