VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRErrorCorrectionLevel Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    QRErrorCorrectionLevel Enumeration
    In This Topic
    Specifies available error correction levels of QR barcode.
    Syntax
    'Declaration
    
    Public Enum QRErrorCorrectionLevel
       Inherits System.Enum
    
    
    public enum QRErrorCorrectionLevel : System.Enum
    
    
    __value public enum QRErrorCorrectionLevel : public System.Enum
    
    
    public enum class QRErrorCorrectionLevel : public System.Enum
    
    
    Members
    MemberDescription
    L7% recovery capacity.
    M15% recovery capacity.
    Q25% recovery capacity.
    H30% recovery capacity.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also