Blazor Signature - Toolbar
This sample demonstrates the Signature component with Toolbar. The Toolbar items exposes the commands for the functionalities of the Signature component like undo, redo, save with background, background color, stroke color, clear and disable.
In this sample, each Toolbar item allows to perform the below defined functionalities of Signature component.
Use Undo button or use Ctrl + Z to undo your actions.
Use the Redo button or use Ctrl + Y to redo the reverted actions.
Use the Save button or use Ctrl + S to store your signature as an image file.
Use Stroke color ColorPicker to change the stroke color of the Signature component.
Use Background color ColorPicker to change the background color of the Signature component.
Use Stroke Width DropDownList values to change the signature stroke width.
Use the Clear button to erase the signature.
Check the Disabled Checkbox to disable the Signature component.
More information about Blazor Signature component can be found in this documentation section.