Specifies the QR symbol ECC level.
[SerializableAttribute()]
public enum QRBarcodeECCLevel
<SerializableAttribute()>
Public Enum QRBarcodeECCLevel
[SerializableAttribute()]
public enum QRBarcodeECCLevel
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
Members
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET