New to Kendo UI for jQueryStart a free 30-day trial

Background

configuration

The background of the barcode area. Any valid CSS color string will work here, including hex and rgb.

Default: "white"

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  width: 300,
  value: "HELLO WORLD",
  background: "#2eb3a6"
});
</script>
Not finding the help you need?
Contact Support