[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode

Interface IBarcode

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

All types of barcode inherits this interface.

public interface IBarcode

Properties

BackgroundColor

A color that represents the barcode backgroundcolor. The default value is 'rgb(255, 255, 255)'

string BackgroundColor { get; }

Property Value

string

CodeType

Type of code.

BarcodeType CodeType { get; }

Property Value

BarcodeType

Color

A color that represents the barcode color. The default value is 'rgb(0,0,0)'.

string Color { get; }

Property Value

string

QuietZoneBottom

A value that represents the size of bottom quiet zone.

int QuietZoneBottom { get; }

Property Value

int

QuietZoneLeft

A value that represents the size of left quiet zone.

int QuietZoneLeft { get; }

Property Value

int

QuietZoneRight

A value that represents the size of right quiet zone.

int QuietZoneRight { get; }

Property Value

int

QuietZoneTop

A value that represents the size of top quiet zone.

int QuietZoneTop { get; }

Property Value

int

Value

A string that represents encode on the symbol of barcode.

string Value { get; }

Property Value

string