Back to Devexpress

QRCodeCompactionMode Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-3b32be94.md

latest1.6 KB
Original Source

QRCodeCompactionMode Enum

Specifies the kind of data that should be coded into the QR Code.

Namespace : DevExpress.XtraPrinting.BarCode

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum QRCodeCompactionMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum QRCodeCompactionMode

Members

NameDescription
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.

|

The following properties accept/return QRCodeCompactionMode values:

LibraryRelated API Members
Cross-Platform Class LibraryQRCodeGenerator.CompactionMode
WPF ControlsBarCodePropertyProvider.QRCodeCompactionMode

See Also

DevExpress.XtraPrinting.BarCode Namespace