[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICode39

Interface ICode39

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

Code 39 is a linear barcode that uses a total of nine bars to represent each symbol which includes numeric characters, upper case characters and some special characters ("%" , "*", "$", "/", "." , "-", "+").

public interface ICode39 : 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 Code39. The default value is 'false'.

bool FullASCII { get; }

Property Value

bool

LabelWithStartAndStopCharacter

Specifies whether to show the start and stop character in the label. The default value is 'false'.

bool LabelWithStartAndStopCharacter { get; }

Property Value

bool

NwRatio

A value that represents the wide and narrow bar ratio. It has values 2|3. The default value is '3'.

int NwRatio { get; }

Property Value

int