Interface IQRCode
All Superinterfaces:
IBarcode
public interface IQRCode
extends IBarcode
QRCode is a two dimensional barcode representing symbology that enables effective handling of numeric, alphanumeric and byte data. This barcode can encode up to 7,366 characters.
Method Summary
All Methods Instance Methods Abstract Methods
A value that represents the collection of characters of QRCode.
A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).
boolean
Gets whether connection is used for the barcode.
int
Gets the connection number for the barcode.
Specifies the QRCode's error correction level.
int
Specify any value between 1 and 7,auto configuration is -1
int
Gets the QRCode model,defult value:2
int
Vesion range is 1-14 for model1 and model 2.
Method Details
getErrorCorrectionLevel
Specifies the QRCode's error correction level.
getModel
int getModel ()
Gets the QRCode model,defult value:2
getVersion
int getVersion ()
Vesion range is 1-14 for model1 and model 2. It has 'auto|1-14|1-40' values. auto configuration is -1.
getMask
int getMask ()
Specify any value between 1 and 7,auto configuration is -1
getConnection
boolean getConnection ()
Gets whether connection is used for the barcode.
getConnectionNo
int getConnectionNo ()
Gets the connection number for the barcode.
getCharCode
A value that represents the collection of characters of QRCode.
getCharSet
A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).