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.v18.1.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the QRCodeCompactionMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also