QRCodeCompactionMode Enum
Specifies the kind of data that should be coded into the QR Code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
| Name | Description |
|---|---|
Numeric
|
Numeric data is encoded. Max. 7,089 characters. |
AlphaNumeric
|
A combination of alphabetic and numeric characters is encoded. Max. 4,296 characters. |
Byte
|
Binary data is encoded. Max. 2,953 bytes. |
Related API Members
The following properties accept/return QRCodeCompactionMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | QRCodeGenerator.CompactionMode |
| WPF Controls | BarCodePropertyProvider.QRCodeCompactionMode |
See Also