[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode93

Interface ICode93

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

Code93 barcode is a barcode that uses uppercase characters and numeric characters along with some special characters ("%" , "*", "$", "/", "." , "-", "+").

public interface ICode93 : IBarcode, IFontOption, ILabelOption
Inherited Members

Properties

CheckDigit

Specifies whether the symbol needs a check digit. The default value is 'false'.

bool CheckDigit { get; }

Property Value

bool

FullASCII

Specifies whether to support full ASCII for Code93. The default value is 'false'.

bool FullASCII { get; }

Property Value

bool