com.aspose.barcode
Class PDF417CompactMode

java.lang.Object
  extended bycom.aspose.barcode.PDF417CompactMode

public class PDF417CompactMode
extends java.lang.Object

Compaction mode for PDF417 type of barcode


Field Summary
static int AUTO
          Automatically pick up the commpact mode
static int BINARY
          Encoding binary data
static int NUMERIC
          Encoding numbers
static int TEXT
          Encoding text
 
Constructor Summary
PDF417CompactMode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final int AUTO
Automatically pick up the commpact mode

See Also:
Constant Field Values

TEXT

public static final int TEXT
Encoding text

See Also:
Constant Field Values

NUMERIC

public static final int NUMERIC
Encoding numbers

See Also:
Constant Field Values

BINARY

public static final int BINARY
Encoding binary data

See Also:
Constant Field Values
Constructor Detail

PDF417CompactMode

public PDF417CompactMode()