Back to Devexpress

MicroQRCodeVersion Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-c1c6f7af.md

latest1.5 KB
Original Source

MicroQRCodeVersion Enum

Lists values that specify Micro QR Code sizes (versions).

Namespace : DevExpress.XtraPrinting.BarCode

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Members

NameDescription
AutoVersion

The version is auto-calculated.

| | VersionM1 |

The M1 version. 11x11, up to 5 numeric symbols.

| | VersionM2 |

The M2 version. 13x13, up to 10 numeric or 6 alphanumeric symbols.

| | VersionM3 |

The M3 version. 15x15, up to 23 numeric or 14 alphanumeric symbols.

| | VersionM4 |

The M4 version. 17x17, up to 35 numeric or 21 alphanumeric symbols.

|

The following properties accept/return MicroQRCodeVersion values:

See Also

DevExpress.XtraPrinting.BarCode Namespace