Represents react Barcode Component
<BarcodeComponent></BarcodeComponent>
string
Defines the background color of the bar code
Defaults to ‘white’
Defines the type of barcode to be rendered.
Defaults to ”
boolean
Defines the type of barcode to be rendered.
Defaults to ‘true’
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
string
Defines the background color of the bar code
Defaults to ‘black’
string
| number
Defines the height of the barcode model.
<div id='barcode'/>
let barcode: Barcode = new Barcode({
height:'1000px', height:'500px' });
barcode.appendTo('#barcode');
Defaults to ‘100’
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to ‘undefined’
Defines the type of barcode to be rendered.
Defaults to ”
string
Defines the bar-code rendering mode.
Defaults to ‘SVG’
type
Defines the type of barcode to be rendered.
Defaults to ‘Code128’
string
Defines the type of barcode to be rendered.
Defaults to ‘undefined’
string
| number
Defines the width of the barcode model.
<div id='barcode'/>
let barcode: Barcode = new Barcode({
width:'1000px', height:'500px' });
barcode.appendTo('#barcode');
Defaults to ‘100%’
Destroys the barcode control
Returns void
Returns the module name of the barcode
Returns string
Get the properties to be maintained in the persisted state.
Returns string
EmitType<Object>
Triggers if we entered any invalid character