C1.Web.Mvc Namespace / QrCodeCorrectionLevel Enumeration

QrCodeCorrectionLevel Enumeration
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
 
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