ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / QrCodeCorrectionLevel Enumeration

In This Topic
    QrCodeCorrectionLevel Enumeration
    In This Topic
    Defines QRCode Error Correction level to restore data if the code is dirty or damaged. Please refer to the details about ErrorCorrectionLevel
    Syntax
    'Declaration
     
    Public Enum QrCodeCorrectionLevel 
       Inherits System.Enum
    public enum QrCodeCorrectionLevel : System.Enum 
    Members
    MemberDescription
    HighIt corrects code approx 30%
    LowIt corrects code approx 7%
    MediumIt corrects code approx 15%
    QuartileIt corrects code approx 25%
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.QrCodeCorrectionLevel

    See Also