|
com.aspose.barcode
Class DataMatrixMode
java.lang.Object
com.aspose.barcode.DataMatrixMode
public class DataMatrixMode - extends java.lang.Object
Encode mode for Datamatrix type of barcode
|
Field Summary |
static int |
ASCII
Encode one alphanumeric or two numeric characters per byte |
static int |
AUTO
Automatically pick up the best encode mode for datamatrix barcode |
static int |
FULL
Encode 8 bit binary values |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTO
public static final int AUTO
- Automatically pick up the best encode mode for datamatrix barcode
- See Also:
- Constant Field Values
ASCII
public static final int ASCII
- Encode one alphanumeric or two numeric characters per byte
- See Also:
- Constant Field Values
FULL
public static final int FULL
- Encode 8 bit binary values
- See Also:
- Constant Field Values
DataMatrixMode
public DataMatrixMode()
|