Skip to main content
All docs
V26.1
  • MicroQRCodeErrorCorrectionLevel Enum

    Lists values that indicate the error correction level for a Micro QR Code.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    [JavaExtendedEnum]
    public enum MicroQRCodeErrorCorrectionLevel

    Members

    Name Description
    Auto

    The error correction level is determined automatically.

    L

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

    M

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

    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 MicroQRCodeErrorCorrectionLevel values:

    See Also