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