redraw

Redraws the barcode.

Example

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  value: "FOO",
  width: 300
});

$("#barcode")
   .data("kendoBarcode").redraw();
</script>
In this article