[]
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.
public interface IQRCode : IBarcode
A value that represents the collection of characters of QRCode.
string CharCode { get; }
A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).
string CharSet { get; }
Gets whether connection is used for the barcode.
bool Connection { get; }
Gets the connection number for the barcode.
int ConnectionNo { get; }
Specifies the QRCode's error correction level.
ErrorCorrectionLevel ErrorCorrectionLevel { get; }
Specify any value between 1 and 7,auto configuration is -1.
int Mask { get; }
Gets the QRCode model,defult value:2.
int Model { get; }
Vesion range is 1-14 for model1 and model 2. It has 'auto|1-14|1-40' values. auto configuration is -1.
int Version { get; }