height Number

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