padding Number (default: 0)

Sets the minimum distance in pixels that should be left between the border and the QR modules.

Example

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
  value: "https://demos.telerik.com/kendo-ui/dataviz/overview/index.html",
  size: 240,
  padding: 10
});
</script>
In this article