The BarcodeQrEccLevel Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Flags that identify the QR ECC level.Visual Basic (Declaration) | |
---|---|
Public Enum BarcodeQrEccLevel Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeQrEccLevel |
C# | |
---|---|
public enum BarcodeQrEccLevel : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class BarcodeQrEccLevel : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
LevelH | QR Code ECC Level 'H', maximum reliability. |
LevelL | QR Code ECC Level 'L', lowest capability. |
LevelM | QR Code ECC Level 'M', standard capability. |
LevelQ | QR Code ECC Level 'Q', high reliability. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeQrEccLevel
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7