QRCodeCompactionMode Enum
Specifies the kind of data that should be coded into the QR Code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum QRCodeCompactionMode
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 |
Remarks
The values listed by the QRCodeCompactionMode enumeration are used to set the QRCodeGenerator.CompactionMode property.
See Also