How to use the library:
1. Place the component in the desired location;
2. Customize as desired, background color, border, size, or with CSS classes;
3. Create a local variable to store the component name (necessary if you want to perform actions such as enabling/disabling and even clearing the signature);
4. Create the action handler for the component's "OnInitialize" event and define the local variable created earlier;
5. Import the actions you want to use and, in the requested parameter, pass the name of the component filled in the created variable;
6. If you don't want to use the additional actions, just capture the image using the StrokeCompleted event.