ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / ErrorCorrectionLevel Enumeration

In This Topic
    ErrorCorrectionLevel Enumeration
    In This Topic
    Specifies the error-correction level (higher levels consume more space).
    Syntax
    'Declaration
     
    Public Enum ErrorCorrectionLevel 
       Inherits System.Enum
    public enum ErrorCorrectionLevel : System.Enum 
    Members
    MemberDescription
    HAble to correct up to 30% damage.
    LAble to correct up to 7% damage.
    MAble to correct up to 15% damage.
    QAble to correct up to 25% damage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1QRCode.ErrorCorrectionLevel

    See Also