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

MicroQRCodeErrorLevel Enum

Specifies the amount of redundancy built into the Micro QR Code to compensate for calculation errors.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum MicroQRCodeErrorLevel

#Members

Name Description
Auto

A level with the smallest available correction.

D

(Detection): No redundant data is added to the encoded information. This level is available only for the smallest barcode size (M1).

L

(Low): Restores up to 7% of encoded data. This level is available for barcode sizes M2-M4.

M

(Medium): Restores up to 15% of encoded data. This level is available for barcode sizes M2-M4.

Q

(Quartile): Restores up to 25% of encoded data. This level is available only for the largest barcode size (M4).

#Related API Members

The following properties accept/return MicroQRCodeErrorLevel values:

See Also