com.aspose.barcode
Class QREncodeMode

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

public final class QREncodeMode
extends Object

QR barcode's encoding mode


Field Summary
static int ALPHA_NUMBER
           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.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final int AUTO

auto detect the mode

See Also:
Constant Field Values

NUMERIC

public static final int NUMERIC

numeric mode

See Also:
Constant Field Values

ALPHA_NUMBER

public static final int ALPHA_NUMBER

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

See Also:
Constant Field Values

BINARY

public static final int BINARY

8-bit binary mode

See Also:
Constant Field Values


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