ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Barcode Namespace / ErrorCorrectionLevel Enumeration

In This Topic
    ErrorCorrectionLevel Enumeration
    In This Topic
    Defines the error correction level used by PDF417.
    Syntax
    'Declaration
     
    Public Enum ErrorCorrectionLevel 
       Inherits System.Enum
    public enum ErrorCorrectionLevel : System.Enum 
    Members
    MemberDescription
    Level0 
    Level1 
    Level2 
    Level3 
    Level4 
    Level5 
    Level6 
    Level7 
    Level8 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.Components.Barcode.ErrorCorrectionLevel

    See Also