QRCodeOptions.CompactionMode Property
Gets or sets the compaction mode for the QR code.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| QRCodeCompactionMode | An enumeration value that indicates the compaction mode. |
Available values:
| 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. |
See Also