|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.Pdf417ErrorLevel
public final class Pdf417ErrorLevel
pdf417 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 |
LEVEL_0
level = 0 |
static int |
LEVEL_1
level = 1 |
static int |
LEVEL_2
level = 2 |
static int |
LEVEL_3
level =3 |
static int |
LEVEL_4
level =4 |
static int |
LEVEL_5
level =5 |
static int |
LEVEL_6
level = 6 |
static int |
LEVEL_7
level = 7 |
static int |
LEVEL_8
level = 8 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LEVEL_0
level = 0
public static final int LEVEL_1
level = 1
public static final int LEVEL_2
level = 2
public static final int LEVEL_3
level =3
public static final int LEVEL_4
level =4
public static final int LEVEL_5
level =5
public static final int LEVEL_6
level = 6
public static final int LEVEL_7
level = 7
public static final int LEVEL_8
level = 8
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |