[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICodabar

Interface ICodabar

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

Codabar is a barcode that uses alphanumeric characters including : A B C D + - : . / $ and all numbers.A screenshot depicting Codabar sparkline is shared below.

public interface ICodabar : 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

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