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])

Parameters

Parameter Description
size The signature field's size in twips.
textPosition 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.
errorCallback Optional. Is called when the operation failed with an error.
callback Optional. The newly created signature field object is returned via this callback function.