widthNumber
Determines the width of the signature in pixels.
Example - sets the width
<div id="signature"></div>
<script>
$("#signature").kendoSignature({
width: 200
});
</script>
In this article
Number
Determines the width of the signature in pixels.
<div id="signature"></div>
<script>
$("#signature").kendoSignature({
width: 200
});
</script>