In This Topic
GdPicture14 Namespace / BarcodeQRErrorCorrectionLevel Enumeration

BarcodeQRErrorCorrectionLevel Enumeration

In This Topic
Specifies the QR-Code error correction. The higher the error correction level, the less storage capacity.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum BarcodeQRErrorCorrectionLevel 
   Inherits System.Enum
[ComVisible(true)]
public enum BarcodeQRErrorCorrectionLevel : System.Enum 
public enum BarcodeQRErrorCorrectionLevel = class(System.Enum)
ComVisibleAttribute()
public enum BarcodeQRErrorCorrectionLevel extends System.Enum
[ComVisible(true)]
__value public enum BarcodeQRErrorCorrectionLevel : public System.Enum 
[ComVisible(true)]
public enum class BarcodeQRErrorCorrectionLevel : public System.Enum 
Members
MemberValueDescription
BarcodeQRErrorCorrectionLevelH3The high level – up to 30% damage can be restored.
BarcodeQRErrorCorrectionLevelL0The low level – up to 7% damage can be restored.
BarcodeQRErrorCorrectionLevelM1The medium level – up to 15% damage can be restored.
BarcodeQRErrorCorrectionLevelQ2The quartile level – up to 25% damage can be restored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodeQRErrorCorrectionLevel

See Also