Inserts a signature field inline, which means that it is treated in the text like a single character. The signature field is inserted at the specified text input position.
<void> SignatureFieldCollection.addInline(<Size> size, <number> textPosition, [<ErrorCallback> errorCallback], [<RequestSignatureFieldCallback> callback])
Parameter | Description |
---|---|
size | The signature field's size in twips. |
text |
Specifies the text position at which the signature field is to be inserted. If -1 is specified, the signature field is inserted at the current input position. |
error |
Optional. Is called when the operation failed with an error. |
callback | Optional. The newly created signature field object is returned via this callback function. |