com.aspose.barcode
Class DataMatrixEncodeMode

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

public final class DataMatrixEncodeMode
extends Object

DataMatrix encoder's encoding mode, default to Auto


Field Summary
static int ASCII
           Encodes one alphanumeric or two numeric characters per byte
static int AUTO
           Automatically pick up the best encode mode for datamatrix encoding
static int FULL
           Encode 8 bit values
 
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

Automatically pick up the best encode mode for datamatrix encoding

See Also:
Constant Field Values

ASCII

public static final int ASCII

Encodes one alphanumeric or two numeric characters per byte

See Also:
Constant Field Values

FULL

public static final int FULL

Encode 8 bit values

See Also:
Constant Field Values


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