Skip to main content
All docs
V25.1
  • MicroQRCodeErrorLevel Enum

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

    Namespace: DevExpress.BarCodes

    Assembly: DevExpress.Docs.v25.1.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