Creates and inserts a new signature field which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included.
<void> SignatureFieldCollection.addAtFixedPositionInDocument(<Size> size, <Point> location, <FrameInsertionMode> insertionMode, [<RequestSignatureFieldCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
size | The signature field's size in twips. |
location | Specifies the location, in twips, at which the signature field is to be inserted. This is a location relative to the top left corner of the complete document. All gaps between the pages must be included. |
insertion |
Specifies how the text flow is handled. |
callback | Optional. The newly created signature field object is returned via this callback function. |
error |
Optional. Is called when the operation failed with an error. |