QRCodeCompactionMode Enum
In This Article
Specifies the kind of data that should be coded into the QR Code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Numeric
|
Numeric data is encoded. Max. 7,089 characters. |
Alpha
|
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 | QRCode |
WPF Controls | Bar |
See Also