[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode

IBarcode Interface

All types of barcode inherits this interface.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IBarcode
Public Interface IBarcode

Properties

Name Description
BackgroundColor

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

CodeType

Type of code.

Color

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

QuietZoneBottom

A value that represents the size of bottom quiet zone.

QuietZoneLeft

A value that represents the size of left quiet zone.

QuietZoneRight

A value that represents the size of right quiet zone.

QuietZoneTop

A value that represents the size of top quiet zone.

Value

A string that represents encode on the symbol of barcode.