|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.Pdf417ErrorLevel
public final class Pdf417ErrorLevel
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
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 |
---|
public static final int Level0
level = 0
public static final int Level1
level = 1
public static final int Level2
level = 2
public static final int Level3
level =3
public static final int Level4
level =4
public static final int Level5
level =5
public static final int Level6
level = 6
public static final int Level7
level = 7
public static final int Level8
level = 8
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |