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
Member | Value | Description |
BarcodeQRErrorCorrectionLevelH | 3 | The high level – up to 30% damage can be restored. |
BarcodeQRErrorCorrectionLevelL | 0 | The low level – up to 7% damage can be restored. |
BarcodeQRErrorCorrectionLevelM | 1 | The medium level – up to 15% damage can be restored. |
BarcodeQRErrorCorrectionLevelQ | 2 | The quartile level – up to 25% damage can be restored. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.BarcodeQRErrorCorrectionLevel
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace