New to Kendo UI for Angular? Start a free 30-day trial
BarcodeOptions
The Barcode configuration options.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
|
The background color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
border? |
|
The border of the Barcode. | |
checksum? |
|
|
If set to |
color? |
|
|
The color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
height? |
|
|
The height of the Barcode in pixels. |
padding? |
|
|
The padding of the Barcode. A numeric value sets all paddings. |
renderAs? |
|
|
Sets the preferred rendering mode of the Barcode. The supported values are:
|
text? |
|
The Barcode text label configuration. | |
type |
|
|
The symbology (encoding) the Barcode will use. |
value |
|
The value of the Barcode. | |
width? |
|
|
The width of the Barcode in pixels. |