|
com.aspose.barcode
Class QRErrorLevel
java.lang.Object
com.aspose.barcode.QRErrorLevel
public class QRErrorLevel - extends java.lang.Object
Error correction level for QR type of barcode
|
Field Summary |
static int |
LEVEL_H
Recover 30% of the code text |
static int |
LEVEL_L
Recover 7% of the code text |
static int |
LEVEL_M
Recover 15% of the code text |
static int |
LEVEL_Q
Recover 25% of the code text |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVEL_L
public static final int LEVEL_L
- Recover 7% of the code text
- See Also:
- Constant Field Values
LEVEL_M
public static final int LEVEL_M
- Recover 15% of the code text
- See Also:
- Constant Field Values
LEVEL_Q
public static final int LEVEL_Q
- Recover 25% of the code text
- See Also:
- Constant Field Values
LEVEL_H
public static final int LEVEL_H
- Recover 30% of the code text
- See Also:
- Constant Field Values
QRErrorLevel
public QRErrorLevel()
|