[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IQRCode

Interface IQRCode

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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
Inherited Members

Properties

CharCode

A value that represents the collection of characters of QRCode.

string CharCode { get; }

Property Value

string

CharSet

A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).

string CharSet { get; }

Property Value

string

Connection

Gets whether connection is used for the barcode.

bool Connection { get; }

Property Value

bool

ConnectionNo

Gets the connection number for the barcode.

int ConnectionNo { get; }

Property Value

int

ErrorCorrectionLevel

Specifies the QRCode's error correction level.

ErrorCorrectionLevel ErrorCorrectionLevel { get; }

Property Value

ErrorCorrectionLevel

Mask

Specify any value between 1 and 7,auto configuration is -1.

int Mask { get; }

Property Value

int

Model

Gets the QRCode model,defult value:2.

int Model { get; }

Property Value

int

Version

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; }

Property Value

int