com.spire.barcode
Enum Pdf417ECL

java.lang.Object
  extended by java.lang.Enum<Pdf417ECL>
      extended by com.spire.barcode.Pdf417ECL
All Implemented Interfaces:
java.lang.Comparable<Pdf417ECL>

public enum Pdf417ECL
extends java.lang.Enum<Pdf417ECL>

Error correction level of pdf417 Barcode.


Enum Constant Summary
Level_0
          level = 0
Level_1
          level = 1
Level_2
          level = 2
Level_3
          level = 3
Level_4
          level = 4
Level_5
          level = 5
Level_6
          level = 6
Level_7
          level = 7
Level_8
          level = 8
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Level_0

public static final Pdf417ECL Level_0
level = 0


Level_1

public static final Pdf417ECL Level_1
level = 1


Level_2

public static final Pdf417ECL Level_2
level = 2


Level_3

public static final Pdf417ECL Level_3
level = 3


Level_4

public static final Pdf417ECL Level_4
level = 4


Level_5

public static final Pdf417ECL Level_5
level = 5


Level_6

public static final Pdf417ECL Level_6
level = 6


Level_7

public static final Pdf417ECL Level_7
level = 7


Level_8

public static final Pdf417ECL Level_8
level = 8

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()