TdxQRCodeCompactionMode Enum
Enumerates information types that can be encoded in a QR Code.
#Declaration
TdxQRCodeCompactionMode = (
qrmNumeric,
qrmAlphaNumeric,
qrmByte
);
#Members
Name |
---|
qrm
|
qrm
|
qrm
|
#Remarks
Options include:
Value | Description |
---|---|
grm |
The barcode control encodes only numeric data. The generated QR Code can store up to 7089 characters in this mode. |
grm |
This mode allows you to encode a combination of alphabetic and numeric characters in a QR Code. No more than 4296 characters can be encoded in this manner. |
grm |
In this mode, the resulting QR Code can store up to 2953 bytes of binary data. |
The TdxQRCodeCompactionMode type is referenced by the CompactionMode property provided by the TdxBarCodeQRCodeSymbology class.