In This Topic
GdPicture14 Namespace / BarcodePDF417ErrorCorrectionLevel Enumeration

BarcodePDF417ErrorCorrectionLevel Enumeration

In This Topic
Specifies the Reed Solomon error correction level. The higher the error correction level, the less storage capacity.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum BarcodePDF417ErrorCorrectionLevel 
   Inherits System.Enum
[ComVisible(true)]
public enum BarcodePDF417ErrorCorrectionLevel : System.Enum 
public enum BarcodePDF417ErrorCorrectionLevel = class(System.Enum)
ComVisibleAttribute()
public enum BarcodePDF417ErrorCorrectionLevel extends System.Enum
[ComVisible(true)]
__value public enum BarcodePDF417ErrorCorrectionLevel : public System.Enum 
[ComVisible(true)]
public enum class BarcodePDF417ErrorCorrectionLevel : public System.Enum 
Members
MemberValueDescription
BarcodePDF417ErrorCorrectionLevel002 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel114 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel228 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel3316 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel4432 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel5564 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel66128 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel77256 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevel88512 Codewords will be used to store error correction data.
BarcodePDF417ErrorCorrectionLevelAuto-1Automatic level. Then engine will determine automatically the level required according to the AIM recommendations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodePDF417ErrorCorrectionLevel

See Also