Leadtools.Barcode Namespace : QRBarcodeECCLevel Enumeration |
[SerializableAttribute()] public enum QRBarcodeECCLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum QRBarcodeECCLevel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As QRBarcodeECCLevel
[SerializableAttribute()] public enum QRBarcodeECCLevel : System.IComparable, System.IConvertible, System.IFormattable
enum LTQRBarcodeECCLevel
public enum QRBarcodeECCLevel
Leadtools.Barcode.QRBarcodeECCLevel = function() { }; Leadtools.Barcode.QRBarcodeECCLevel.prototype = {
LevelL = 0, LevelM = 1, LevelQ = 2, LevelH = 3, };
[SerializableAttribute()] public enum class QRBarcodeECCLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | LevelL |
QR Level L - Lowest reliability |
1 | LevelM |
QR Level M - Standard reliability |
2 | LevelQ |
QR Level Q - High reliability |
3 | LevelH |
QR Level H - Maximum reliability |
Used as the type for the QRBarcodeWriteOptions.ECCLevel property to specify the QR barcode ECC (Error Correction) level.
For an example, refer to QRBarcodeWriteOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.QRBarcodeECCLevel