QR Code Error correction levels.
Syntax
'Declaration
Public Enum QRCodeErrorCorrectionLevel
Inherits System.Enum
public enum QRCodeErrorCorrectionLevel : System.Enum
__value public enum QRCodeErrorCorrectionLevel : public System.Enum
public enum class QRCodeErrorCorrectionLevel : public System.Enum
Members
| Member | Value | Description |
| ErrorCorrectionAuto | -1 |
Auto error correction level - choses the best error correction level based on the number of
code words in the data stream.
|
| ErrorCorrectionH | 3 |
Error Correction Level H (high)
|
| ErrorCorrectionL | 0 |
Error Correction Level L (low)
|
| ErrorCorrectionM | 1 |
Error Correction Level M (medium-low)
|
| ErrorCorrectionQ | 2 |
Error Correction Level Q (medium-high)
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.BarcodeXpressSdk.QRCodeErrorCorrectionLevel
See Also