Back to Devexpress

TdxBarCodeQRCodeSymbology.CompactionMode Property

vcl-dxbarcodeutils-dot-tdxbarcodeqrcodesymbology-813443ce.md

latest930 B
Original Source

TdxBarCodeQRCodeSymbology.CompactionMode Property

Specifies the data type encoded by the generated QR Code.

Declaration

delphi
property CompactionMode: TdxQRCodeCompactionMode read; write; default qrmByte;

Property Value

TypeDefault
TdxQRCodeCompactionModeqrmByte

Remarks

QR Codes can encode numeric, alphanumeric, or byte information passed as the source text. For additional information, refer to the TdxQRCodeCompactionMode type description.

The default value of the CompactionMode property is qrmByte.

See Also

TdxBarCodeQRCodeSymbology Class

TdxBarCodeQRCodeSymbology Members

dxBarCodeUtils Unit