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 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.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

LevelH

public static final int LevelH

Allows recovery of 30% of the code text

See Also:
Constant Field Values


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