Sets the signature field's image.
<void> SignatureField.setImage(<string> imageData, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
image |
The base64 encoded image data. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |