"#000000"
0.7
2.2
"200px"
ClearSignature: Resets the canvas and clears all drawings.
ClearSignature
GetSignatureImage:
GetSignatureImage
Output: ImageBase64 (Text).
ImageBase64
Usage: Captures the signature as a PNG image string (data:image/png;base64,...).
data:image/png;base64,...
OnSignatureComplete: Triggered every time a stroke is finished. Use this to update a preview image or enable "Submit" buttons.
OnSignatureComplete
Storage: To save the signature, use the Base64ToBinary action from OutSystems UI to convert the ImageBase64 output into a Binary Data attribute for your database.
Previewing: To show the user their signature, use a standard Image Widget with Type = External URL and bind it to the Base64 output string.
Type = External URL
Responsive Design: The component automatically handles window resizing, so it works perfectly in both Portrait and Landscape modes.