Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

Signature (Angular)

This guide demonstrates how to use the Signature component.

Signature Properties

Name Type Default Description
Name string ‘signature’ + index suffix Unique name of the Signature.
Value string null Signature value as a Data URI.
Disabled boolean/expression false Is Signature disabled.
Visible boolean/expression true Is Signature visible.
Color string null Signature pen color.
BackgroundColor string null Signature background color.

Signature Events

Name Type Default Description
Change event null Change event of the Signature. New value as event argument.

For more info about event actions please visit event actions in our documentation.

Angular declaration

<rz-signature #singature [(ngModel)]="order && order.Singature" name="Singature">
</rz-signature>