com.aspose.barcode
Class Pdf417CompactionMode

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

public final class Pdf417CompactionMode
extends java.lang.Enum

Pdf417 com.aspose.barcode's compation mode

See Also:
Serialized Form

Field Summary
static int Auto
           auto detect compation mode
static int Binary
           binary compaction mode
static int Numeric
           numeric compaction mode
static int Text
           text compaction
 
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

Auto

public static final int Auto

auto detect compation mode

See Also:
Constant Field Values

Binary

public static final int Binary

binary compaction mode

See Also:
Constant Field Values

Numeric

public static final int Numeric

numeric compaction mode

See Also:
Constant Field Values

Text

public static final int Text

text compaction

See Also:
Constant Field Values