Save $100 with our Black Friday deals!

Get $100 OFF with promo code BLACKFRIDAY2024 at checkout until November 30.

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>