| Visual Basic (Declaration) | |
|---|---|
Public Enum QRCodeErrorLevel Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum QRCodeErrorLevel : Enum | |
| Member | Description |
|---|---|
| L | Low |
| M | Medium |
| Q | Quality |
| H | High |
Allows different percentages of defective code words to be corrected. A higher QRCodeErrorLevel setting reduces the data storage capacity of a symbol.
L = 7 (Medium)
Q = 25 (High)
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Options.QRCodeErrorLevel