| Visual Basic (Declaration) | |
|---|---|
Public Enum BarcodeQrEccLevel Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum BarcodeQrEccLevel : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class BarcodeQrEccLevel : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| LevelL | QR Code ECC Level 'L', lowest capability. |
| LevelM | QR Code ECC Level 'M', standard capability. |
| LevelQ | QR Code ECC Level 'Q', high reliability. |
| LevelH | QR Code ECC Level 'H', maximum reliability. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeQrEccLevel
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code