[]
All types of barcode inherits this interface.
public interface IBarcode
A color that represents the barcode backgroundcolor. The default value is 'rgb(255, 255, 255)'
string BackgroundColor { get; }
Type of code.
BarcodeType CodeType { get; }
A color that represents the barcode color. The default value is 'rgb(0,0,0)'.
string Color { get; }
A value that represents the size of bottom quiet zone.
int QuietZoneBottom { get; }
A value that represents the size of left quiet zone.
int QuietZoneLeft { get; }
A value that represents the size of right quiet zone.
int QuietZoneRight { get; }
A value that represents the size of top quiet zone.
int QuietZoneTop { get; }
A string that represents encode on the symbol of barcode.
string Value { get; }