Property: MinVersion

(TBarcode2D_rMQRCode)

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

Syntax:

type

{ Defined in the prMQRCode unit }

TrMQRCode_Version = 1..32;

property MinVersion: TrMQRCode_Version;

Description:

The property specifies the minimum symbol version (symbol size) for a QR Codebarcode symbol. It can be one of values from 1 to 40. They are defined in the prMQRCode 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 MaxVersionproperty'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 "TBarcode2D_rMQRCode" article.

Contents