Pdf417ErrorLevel
Inheritance: java.lang.Object, java.lang.Enum
public enum Pdf417ErrorLevel extends Enum<Pdf417ErrorLevel>
pdf417 barcode’s error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction
Fields
Field | Description |
---|---|
LEVEL_0 | Error Correction Level - 0. |
LEVEL_1 | Error Correction Level - 1. |
LEVEL_2 | Error Correction Level - 2. |
LEVEL_3 | Error Correction Level - 3. |
LEVEL_4 | Error Correction Level - 4. |
LEVEL_5 | Error Correction Level - 5. |
LEVEL_6 | Error Correction Level - 6. |
LEVEL_7 | Error Correction Level - 7. |
LEVEL_8 | Error Correction Level - 8. |
Methods
LEVEL_0
public static final Pdf417ErrorLevel LEVEL_0
Error Correction Level - 0. Error Correction Codewords - 2.
LEVEL_1
public static final Pdf417ErrorLevel LEVEL_1
Error Correction Level - 1. Error Correction Codewords - 4.
LEVEL_2
public static final Pdf417ErrorLevel LEVEL_2
Error Correction Level - 2. Error Correction Codewords - 8.
LEVEL_3
public static final Pdf417ErrorLevel LEVEL_3
Error Correction Level - 3. Error Correction Codewords - 16.
LEVEL_4
public static final Pdf417ErrorLevel LEVEL_4
Error Correction Level - 4. Error Correction Codewords - 32.
LEVEL_5
public static final Pdf417ErrorLevel LEVEL_5
Error Correction Level - 5. Error Correction Codewords - 64.
LEVEL_6
public static final Pdf417ErrorLevel LEVEL_6
Error Correction Level - 6. Error Correction Codewords - 128.
LEVEL_7
public static final Pdf417ErrorLevel LEVEL_7
Error Correction Level - 7. Error Correction Codewords - 256.
LEVEL_8
public static final Pdf417ErrorLevel LEVEL_8
Error Correction Level - 8. Error Correction Codewords - 512.
valueOf(Class arg0, String arg1)
public static T <T>valueOf(Class<T> arg0, String arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Class | |
arg1 | java.lang.String |
Returns: T
compareTo(E arg0)
public final int compareTo(E arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | E |
Returns: int
equals(Object arg0)
public final boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeclaringClass()
public final Class<E> getDeclaringClass()
Returns:
java.lang.Class
getValue()
public int getValue()
Returns: int
hashCode()
public final int hashCode()
Returns: int
name()
public final String name()
Returns: java.lang.String
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
ordinal()
public final int ordinal()
Returns: int
toString()
public String toString()
Returns: java.lang.String
valueOf(String name)
public static Pdf417ErrorLevel valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: Pdf417ErrorLevel
values()
public static Pdf417ErrorLevel[] values()
Returns: com.aspose.barcode.generation.Pdf417ErrorLevel[]
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |