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 Level0
           level = 0
static int Level1
           level = 1
static int Level2
           level = 2
static int Level3
           level =3
static int Level4
           level =4
static int Level5
           level =5
static int Level6
           level = 6
static int Level7
           level = 7
static int Level8
           level = 8
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Level0

public static final int Level0

level = 0

See Also:
Constant Field Values

Level1

public static final int Level1

level = 1

See Also:
Constant Field Values

Level2

public static final int Level2

level = 2

See Also:
Constant Field Values

Level3

public static final int Level3

level =3

See Also:
Constant Field Values

Level4

public static final int Level4

level =4

See Also:
Constant Field Values

Level5

public static final int Level5

level =5

See Also:
Constant Field Values

Level6

public static final int Level6

level = 6

See Also:
Constant Field Values

Level7

public static final int Level7

level = 7

See Also:
Constant Field Values

Level8

public static final int Level8

level = 8

See Also:
Constant Field Values


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