height Number (default: 100)

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

Example

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "ean13",
  value: "123456789987",
  color: "#10c4b2",
  width: 300
});
</script>
In this article