com.aspose.barcode
Class Pdf417CompactionMode

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

public final class Pdf417CompactionMode
extends Object

Pdf417 barcode's compation mode


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

Field Detail

AUTO

public static final int AUTO

auto detect compation mode

See Also:
Constant Field Values

TEXT

public static final int TEXT

text compaction

See Also:
Constant Field Values

NUMERIC

public static final int NUMERIC

numeric compaction mode

See Also:
Constant Field Values

BINARY

public static final int BINARY

binary compaction mode

See Also:
Constant Field Values


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