Interface for a class BarcodeGenerator
EmitType<Object>
Triggers if you enter any invalid character.
string
Defines the background color of the barcode.
Defines the text properties for the barcode.
boolean
Defines the checksum for the barcode.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
string
Defines the forecolor of the barcode.
string
| number
Defines the height of the barcode model.
<div id='barcode'/>
let barcode: Barcode = new Barcode({
height:'1000px', height:'500px' });
barcode.appendTo('#barcode');
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defines the margin properties for the barcode.
string
Defines the barcode rendering mode.
string
Defines the type of barcode to be rendered.
string
Defines the value of the barcode to be rendered.
string
| number
Defines the width of the barcode model.
<div id='barcode'/>
let barcode: Barcode = new Barcode({
width:'1000px', height:'500px' });
barcode.appendTo('#barcode');