com.aspose.barcode
Class Pdf417ErrorLevel

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.Pdf417ErrorLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class Pdf417ErrorLevel
extends java.lang.Enum

pdf417 com.aspose.barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction

See Also:
Serialized Form

Field Summary
static int Level0
           level = 0
static int Level1
           level = 1
static int Level2
           level = 2
static int Level3
           level =3
static int Level4
           level =4
static int Level5
           level =5
static int Level6
           level = 6
static int Level7
           level = 7
static int Level8
           level = 8
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Level0

public static final int Level0

level = 0

See Also:
Constant Field Values

Level1

public static final int Level1

level = 1

See Also:
Constant Field Values

Level2

public static final int Level2

level = 2

See Also:
Constant Field Values

Level3

public static final int Level3

level =3

See Also:
Constant Field Values

Level4

public static final int Level4

level =4

See Also:
Constant Field Values

Level5

public static final int Level5

level =5

See Also:
Constant Field Values

Level6

public static final int Level6

level = 6

See Also:
Constant Field Values

Level7

public static final int Level7

level = 7

See Also:
Constant Field Values

Level8

public static final int Level8

level = 8

See Also:
Constant Field Values