com.aspose.barcode
Class QRErrorLevel

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.QRErrorLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class QRErrorLevel
extends java.lang.Enum

Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH.

See Also:
Serialized Form

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

LevelH

public static final int LevelH

Allows recovery of 30% of the code text

See Also:
Constant Field Values

LevelL

public static final int LevelL

Allows recovery of 7% of the code text

See Also:
Constant Field Values

LevelM

public static final int LevelM

Allows recovery of 15% of the code text

See Also:
Constant Field Values

LevelQ

public static final int LevelQ

Allows recovery of 25% of the code text

See Also:
Constant Field Values