|
com.aspose.barcode
Class AztecErrorLevel
java.lang.Object
com.aspose.barcode.AztecErrorLevel
public class AztecErrorLevel - extends java.lang.Object
Hosts constants for Aztec barcode's error correction level: MIN, LOW, MEDIUM, HIGH, MAX
|
Field Summary |
static int |
HIGH
Specifies high level error correction for Aztec type of barcode |
static int |
LOW
Specifies low level error correction for Aztec type of barcode |
static int |
MAX
Specifies maximum error correction for Aztec type of barcode |
static int |
MEDIUM
Specifies medium error correction for Aztec type of barcode |
static int |
MIN
Specifies minimum error correction for Aztec type of barcode |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIN
public static final int MIN
- Specifies minimum error correction for Aztec type of barcode
- See Also:
- Constant Field Values
LOW
public static final int LOW
- Specifies low level error correction for Aztec type of barcode
- See Also:
- Constant Field Values
MEDIUM
public static final int MEDIUM
- Specifies medium error correction for Aztec type of barcode
- See Also:
- Constant Field Values
HIGH
public static final int HIGH
- Specifies high level error correction for Aztec type of barcode
- See Also:
- Constant Field Values
MAX
public static final int MAX
- Specifies maximum error correction for Aztec type of barcode
- See Also:
- Constant Field Values
AztecErrorLevel
public AztecErrorLevel()
|