|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.PDF417ErrorLevel
public class PDF417ErrorLevel
Error correction level for PDF417 type of barcode
Field Summary | |
---|---|
static int |
LEVEL0
Level 0 error correction for PDF417 type of barcode, no error correction |
static int |
LEVEL1
Level 1 error correction for PDF417 type of barcode. |
static int |
LEVEL2
Level 2 error correction for PDF417 type of barcode. |
static int |
LEVEL3
Level 3 error correction for PDF417 type of barcode. |
static int |
LEVEL4
Level 4 error correction for PDF417 type of barcode. |
static int |
LEVEL5
Level 5 error correction for PDF417 type of barcode. |
static int |
LEVEL6
Level 6 error correction for PDF417 type of barcode. |
static int |
LEVEL7
Level 7 error correction for PDF417 type of barcode. |
static int |
LEVEL8
Level 8, maximum error correction for PDF417 type of barcode. |
Constructor Summary | |
---|---|
PDF417ErrorLevel()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LEVEL0
public static final int LEVEL1
public static final int LEVEL2
public static final int LEVEL3
public static final int LEVEL4
public static final int LEVEL5
public static final int LEVEL6
public static final int LEVEL7
public static final int LEVEL8
Constructor Detail |
---|
public PDF417ErrorLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |