Sets the signature field's image.

<void> SignatureField.setImage(<string> imageData, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
imageData The base64 encoded image data.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.