com.aspose.barcode
Class QRErrorLevel

java.lang.Object
  extended by com.aspose.barcode.QRErrorLevel

public final class QRErrorLevel
extends Object

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


Field Summary
static int LEVEL_H
           Allows recovery of 30% of the code text
static int LEVEL_L
           Allows recovery of 7% of the code text
static int LEVEL_M
           Allows recovery of 15% of the code text
static int LEVEL_Q
           Allows recovery of 25% of the code text
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_L

public static final int LEVEL_L

Allows recovery of 7% of the code text

See Also:
Constant Field Values

LEVEL_M

public static final int LEVEL_M

Allows recovery of 15% of the code text

See Also:
Constant Field Values

LEVEL_Q

public static final int LEVEL_Q

Allows recovery of 25% of the code text

See Also:
Constant Field Values

LEVEL_H

public static final int LEVEL_H

Allows recovery of 30% of the code text

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.