Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MicroQRCodeVersion Enum

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

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum MicroQRCodeVersion

#Members

Name Description
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.

#Related API Members

The following properties accept/return MicroQRCodeVersion values:

See Also