[]
All types of barcode inherits this interface.
public interface IBarcode
Public Interface IBarcode
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. |