Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.
<void> SignatureFieldCollection.addAtFixedPositionOnPage(<Size> size, <number> pageNumber, <Point> location, <FrameInsertionMode> insertionMode, [<RequestSignatureFieldCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
size | The signature field's size in twips. |
page |
Specifies the number of a page beginning with 1 where the signature field is located. |
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 either of a page or of a paragraph. |
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. |