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