|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.QRErrorLevel
public final class QRErrorLevel
Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH.
Field Summary | |
---|---|
static int |
LEVEL_H
Allows recovery of 30% of the code text |
static int |
LEVEL_L
Allows recovery of 7% of the code text |
static int |
LEVEL_M
Allows recovery of 15% of the code text |
static int |
LEVEL_Q
Allows recovery of 25% of the code text |
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_L
Allows recovery of 7% of the code text
public static final int LEVEL_M
Allows recovery of 15% of the code text
public static final int LEVEL_Q
Allows recovery of 25% of the code text
public static final int LEVEL_H
Allows recovery of 30% of the code text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |