(TBarcode2D_rMQRCode)
Contains the factual symbol version (symbol size) of a rMQR Code barcode symbol.
type
{ Defined in the prMQRCode unit }
TrMQRCode_Version = 1..32;
property CurrentVersion: TrMQRCode_Version;
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 rMQR Code barcode symbol.
The property can be one of values from 1 to 32, denotations the factual version of a rMQR Code 2D barcode symbol. They are defined in the prMQRCode unit.
The property is read only.
See also the "Symbol sizes" section in the "TBarcode2D_rMQRCode" article.