Property: CurrentVersion

(TBarcode2D_HanXinCode)

Contains the factual symbol version (symbol size) of a Han Xin Code barcode symbol.

Syntax:

type

{ Defined in the pHanXinCode unit }

THanXinCode_Version = 1..84;

property CurrentVersion: 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 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 Han Xin Code barcode symbol.

The property can be one of values from 1 to 84, denotations the factual version of a Han Xin Code 2D barcode symbol. They are defined in the pHanXinCode unit.

The property is read only.

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

Contents