C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / ErrorCorrectionLevel Enumeration

ErrorCorrectionLevel Enumeration
Specifies the error-correction level (higher levels consume more space).
Syntax
'Declaration
 
Public Enum ErrorCorrectionLevel 
   Inherits 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