ActiveReports3 Request technical support
QRCodeErrorLevel Enumeration
See Also  


Specifies the QRCode's error correction level.

Syntax

Visual Basic (Declaration) 
Public Enum QRCodeErrorLevel 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As QRCodeErrorLevel
C# 
public enum QRCodeErrorLevel : Enum 

Members

MemberDescription
LLow
MMedium
QQuality
HHigh

Remarks

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)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Options.QRCodeErrorLevel

See Also