com.aspose.barcode
Class QREncodeMode

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

public final class QREncodeMode
extends java.lang.Enum

QR com.aspose.barcode's encoding mode

See Also:
Serialized Form

Field Summary
static int AlphaNumber
           AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
static int Auto
           auto detect the mode
static int Binary
           8-bit binary mode
static int Numeric
           numeric mode
 
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

AlphaNumber

public static final int AlphaNumber

AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :

See Also:
Constant Field Values

Auto

public static final int Auto

auto detect the mode

See Also:
Constant Field Values

Binary

public static final int Binary

8-bit binary mode

See Also:
Constant Field Values

Numeric

public static final int Numeric

numeric mode

See Also:
Constant Field Values