width Number (default: 300)

The width of the barcode in pixels. By default the width is 300.

Example

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "code128",
  value:"Hi",
  width: 200
});
</script>
In this article