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

FieldDescription
LEVEL_0Error Correction Level - 0.
LEVEL_1Error Correction Level - 1.
LEVEL_2Error Correction Level - 2.
LEVEL_3Error Correction Level - 3.
LEVEL_4Error Correction Level - 4.
LEVEL_5Error Correction Level - 5.
LEVEL_6Error Correction Level - 6.
LEVEL_7Error Correction Level - 7.
LEVEL_8Error Correction Level - 8.

Methods

MethodDescription
valueOf(Class arg0, String arg1)
compareTo(E arg0)
equals(Object arg0)
getClass()
getDeclaringClass()
getValue()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

ParameterTypeDescription
arg0E

Returns: int

equals(Object arg0)

public final boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
namejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int