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

ErrorCorrectionLevel Enumeration
Specifies the error correction level used by PDF417.
Syntax
'Declaration
 
Public Enum ErrorCorrectionLevel 
   Inherits System.Enum
 
Members
MemberDescription
Level0Specifies error correction level 0.
Level1Specifies error correction level 1.
Level2Specifies error correction level 2.
Level3Specifies error correction level 3.
Level4Specifies error correction level 4.
Level5Specifies error correction level 5.
Level6Specifies error correction level 6.
Level7Specifies error correction level 7.
Level8Specifies error correction level 8.
Inheritance Hierarchy

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

See Also