maximizable Boolean (default: true)

A value indicating whether the component can be maximized

Example - sets the hideLine

<div id="signature"></div>
<script>
    $("#signature").kendoSignature({
        maximizable: false
    });
</script>
In this article