Contains all signature fields of a Text Control document or part of the document.

Syntax

SignatureFieldCollection

Introduced: 31.0.

Methods

Method Description
addAnchored Creates and inserts a new signature field which is anchored to the specified text position.
addAnchoredAtLocation Inserts a new signature field which is anchored to the specified text position.
addAtFixedPositionInDocument Creates and inserts a new signature field which has a fixed geometrical position in the document.
addAtFixedPositionOnPage Inserts a new image which has a fixed geometrical position in the document.
addInline Inserts a signature field inline, which means that it is treated in the text like a single character.
addWithMouse Inserts a signature field with the built-in mouse interface.
clear Removes all objects from the collection and from the document.
(Inherited from FrameBaseCollection)
elementAt Returns the element at a specified index in the collection.
(Inherited from FrameBaseCollection)
forEach Executes a callback function for each element.
(Inherited from FrameBaseCollection)
getCount Gets the number of elements contained in the collection.
(Inherited from FrameBaseCollection)
getItem Gets the signature field selected by the user or the signature field with the specified identifier.
getItemByName Gets the signature field with the specified name.
remove Removes a signature field from a Text Control document.