[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode128

Interface ICode128

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

The Code 128 barcode is a linear barcode that represents high-density linear symbology to encode text, numbers, various functions and the entire 128 ASCII character set (from ASCII 0 to ASCII 128).

public interface ICode128 : IBarcode, ILabelOption, IFontOption
Inherited Members

Properties

CodeSet

A value that represents which code is set to use for QRCode. It has 'auto|A|B|C' values. The default value is 'auto'.

string CodeSet { get; }

Property Value

string