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

RenderAs

configuration

Sets the preferred rendering engine. If it is not supported by the browser, the Barcode will switch to the first available mode.

The supported values are:

  • "canvas" - renders the widget as a Canvas element, if available.
  • "svg" - renders the widget as inline SVG document, if available

renderAs

String

Default: "svg"

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