DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / QRCodeErrorLevel Enumeration

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

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Barcode.QRCodeErrorLevel

See Also