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
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.QRBarcodeECCLevel = function() { }; Leadtools.Barcode.QRBarcodeECCLevel.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class QRBarcodeECCLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
LevelH | QR Level H - Maximum reliability |
LevelL | QR Level L - Lowest reliability |
LevelM | QR Level M - Standard reliability |
LevelQ | QR Level Q - High 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2