Property: CurrentVersion

(TBarcode2D_MicroQRCode)

Contains the factual symbol version (symbol size) of a Micro QR Code barcode symbol.

Syntax:

type

{ Defined in the pMicroQRCode unit }

TMicroQRCode_Version = 1..4;

property CurrentVersion: TMicroQRCode_Version;

Description:

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 Micro QR Code barcode symbol.

The property can be one of values from 1 to 4, denotations the factual version of a Micro QR Code 2D barcode symbol. They are defined in the pMicroQRCode unit.

The property is read only.

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

Contents