officefileapi-devexpress-dot-barcodes-47626b9e.md
Specifies the amount of redundancy built into the Micro QR Code to compensate for calculation errors.
Namespace : DevExpress.BarCodes
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public enum MicroQRCodeErrorLevel
Public Enum MicroQRCodeErrorLevel
| 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).
|
The following properties accept/return MicroQRCodeErrorLevel values:
See Also