|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.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 |
LevelH
Allows recovery of 30% of the code text |
static int |
LevelL
Allows recovery of 7% of the code text |
static int |
LevelM
Allows recovery of 15% of the code text |
static int |
LevelQ
Allows recovery of 25% of the code text |
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 LevelH
Allows recovery of 30% of the code text
public static final int LevelL
Allows recovery of 7% of the code text
public static final int LevelM
Allows recovery of 15% of the code text
public static final int LevelQ
Allows recovery of 25% of the code text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |