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