ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.BarCodes Namespace / QRCodeErrorLevel Enumeration

In This Topic
    QRCodeErrorLevel Enumeration
    In This Topic
    Specifies the QRCode's error correction level.
    Syntax
    'Declaration
     
    Public Enum QRCodeErrorLevel 
       Inherits System.Enum
    public enum QRCodeErrorLevel : System.Enum 
    Members
    MemberDescription
    HHigh
    LLow
    MMedium
    QQuality
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.BarCodes.QRCodeErrorLevel

    See Also