BarcodeOptions
Interface
Represents the Barcode options.
Definition
Package:@progress/kendo-angular-barcodes
Properties
background?
string
Sets the background color of the Barcode. Accepts a valid CSS color string, including hex and rgb.
Default:
"white"
checksum?
boolean
Shows the checksum digit next to the value in the text area.
Default:
true
color?
string
Sets the color of the Barcode. Accepts a valid CSS color string, including hex and rgb.
Default:
"black"
height?
number
Sets the height of the Barcode in pixels.
Default:
100
Sets the padding of the Barcode. A numeric value sets all paddings.
Default:
0
Sets the preferred rendering mode of the Barcode.
Default:
"svg"
Configures the Barcode text label.
Sets the symbology (encoding) the Barcode uses.
Default:
"Code39"
value
string | number
Sets the value of the Barcode.
width?
number
Sets the width of the Barcode in pixels.
Default:
300