Property: StretchOrder

(TBarcode2D_rMQRCode)

Specifies the priority order of selecing appropriate symbol version for a rMQRCodebarcode symbol.

Syntax:

type

{ Defined in the prMQRCode unit }

TrMQRCode_StretchOrder = (soRowColumn, soColumnRow, soRowPrior, soColumnPrior, soGlobal_1, soGlobal_2, soGlobal_3, soGlobal_4);

property StretchOrder: TrMQRCode_StretchOrder;

Description:

The property specifies a priority order in order to automatically select the symbol version for a rMQRCode barcode symbol. According to the priority order, the first symbol version that accommodates the barcode text will be automatically selected between the minimum symbol version (specified by the MinVersion property) and the maximum symbol version (specified by the MaxVersion property).

The property can be one of these values (defined in the prMQRCode unit):

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

Contents