Skip to main content
A newer version of this page is available. .

QRCodeCompactionMode Enum

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

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
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