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

Height

configuration

The height of the barcode in pixels. By default the height is 100.

height

Number

Default: 100

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "ean13",
  value: "123456789987",
  color: "#10c4b2",
  height: 300
});
</script>
Not finding the help you need?
Contact Support