New to Kendo UI for Angular? Start a free 30-day trial
BarcodeOptions
Represents the Barcode options.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
|
Sets the background color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
border? |
|
Sets the border of the Barcode. | |
checksum? |
|
|
Shows the checksum digit next to the value in the text area. |
color? |
|
|
Sets the color of the Barcode. Accepts a valid CSS color string, including hex and rgb. |
height? |
|
|
Sets the height of the Barcode in pixels. |
padding? |
|
|
Sets the padding of the Barcode. A numeric value sets all paddings. |
renderAs? |
|
|
Sets the preferred rendering mode of the Barcode. |
text? |
|
Configures the Barcode text label. | |
type |
|
|
Sets the symbology (encoding) the Barcode uses. |
value |
|
Sets the value of the Barcode. | |
width? |
|
|
Sets the width of the Barcode in pixels. |