width Number

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