Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
SignatureChanged() | Fired when the user release the mouse button or raises their finger from the screen. |
Methods
Definition | Description |
Load(ImageData as String) | Loads a signature image from fully-qualified, base64-encoded data. Must include the “data:image/png;base64,” header included with output. |
Clear() | Clears the canvas for a new signature. |
Properties
Name | Type | Default Value | Description |
PenColor | Color | &c000000 | Determines the color used in the handwriting. |
SignatureData | String | “” | BASE64 data of the signature image currently being displayed. |
SignatureImage | Picture | Nil | Signature Image currently being displayed. |
Examples
There are currently no examples for this class.