hideLine Boolean (default: false)

A value indicating whether the dotted line should be displayed in the background.

Example - sets the hideLine

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