Property: EncodePolicy

(TBarcode2D_MicroQRCode)

Indicates how to use the encoding mode in a Micro QR Code barcode symbol.

Syntax:

type

{ Defined in the pQRCodeCom unit }

TQRCode_EncodePolicy = (epMixingOptimal, epMixingQuick, epSingleMode);

property EncodePolicy: TQRCode_EncodePolicy;

Description:

The Micro QR Code symbology offers four kinds of encoding mode, referred to as Numeric mode, Alphanumeric mode, Kanji mode and Byte mode respectively in decreasing order of encoding density.

This property indicates how to use these encoding mode by the component. It can be one of these values (defined in the pQRCodeCom unit):

See also the "Encoding modes" section in the "TBarcode2D_MicroQRCode" article.

Contents