Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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
typedef NS_ENUM(NSInteger, LTQRBarcodeECCLevel)
public enum QRBarcodeECCLevel
Leadtools.Barcode.QRBarcodeECCLevel = function() { }; Leadtools.Barcode.QRBarcodeECCLevel.prototype = {<br/> 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