QRCodeCompactionMode Enum
Lists values that indicate the compaction mode for QR Code barcodes.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Numeric
|
Encodes data from the set of digits from 0 to 9. Max. 7,089 characters. |
AlphaNumeric
|
Encodes data from a set of alphanumeric characters: digits 0 - 9; upper case letters A - Z; other characters: space, ($), (%), (*), (+), (-), (.), (/) and (:). Max. 4,296 characters. |
Byte
|
Data is encoded at 8 bits per character. Max. 2,953 bytes. |
Auto
|
The compaction mode is selected automatically based on the input data. |
Related API Members
The following properties accept/return QRCodeCompactionMode values:
See Also