ComponentOne BarCode for UWP
C1.BarCode Namespace / QRCodeErrorLevel Enumeration

In This Topic
    QRCodeErrorLevel Enumeration
    In This Topic
    Specifies the QRCode's error correction level.
    Syntax
    'Declaration
     
    
    Public Enum QRCodeErrorLevel 
       Inherits System.Enum
    public enum QRCodeErrorLevel : System.Enum 
    Members
    MemberDescription
    HighHigh
    LowLow
    MediumMedium
    QualityQuality
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.BarCode.QRCodeErrorLevel

    See Also