com.aspose.barcode
Class Pdf417ErrorLevel

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

public final class Pdf417ErrorLevel
extends Object

pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction


Field Summary
static int LEVEL_0
           level = 0
static int LEVEL_1
           level = 1
static int LEVEL_2
           level = 2
static int LEVEL_3
           level =3
static int LEVEL_4
           level =4
static int LEVEL_5
           level =5
static int LEVEL_6
           level = 6
static int LEVEL_7
           level = 7
static int LEVEL_8
           level = 8
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_0

public static final int LEVEL_0

level = 0

See Also:
Constant Field Values

LEVEL_1

public static final int LEVEL_1

level = 1

See Also:
Constant Field Values

LEVEL_2

public static final int LEVEL_2

level = 2

See Also:
Constant Field Values

LEVEL_3

public static final int LEVEL_3

level =3

See Also:
Constant Field Values

LEVEL_4

public static final int LEVEL_4

level =4

See Also:
Constant Field Values

LEVEL_5

public static final int LEVEL_5

level =5

See Also:
Constant Field Values

LEVEL_6

public static final int LEVEL_6

level = 6

See Also:
Constant Field Values

LEVEL_7

public static final int LEVEL_7

level = 7

See Also:
Constant Field Values

LEVEL_8

public static final int LEVEL_8

level = 8

See Also:
Constant Field Values


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