TdxBarCodeQRCodeSymbology.CompactionMode Property
Specifies the data type encoded by the generated QR Code.
Declaration
property CompactionMode: TdxQRCodeCompactionMode read; write; default qrmByte;
Property Value
Type | Default |
---|---|
TdxQRCodeCompactionMode | qrmByte |
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