Signature Form Element
Form element representing a signature field. Can be tapped in the user interface to show the signing dialog.
Properties
Returns if this form element is digitally signed. Note that this DOES NOT check if the signature is actually valid. Signature validity must be checked separately by calling DigitalSignatureInfo.validate on the signature info returned by signatureInfo.
Searches the document for an ink or stamp signature that overlaps this form element.
Searches the document for ink or stamp signatures that overlaps this form element.
Returns information of signature attached to this form element. If this element has no signature, calling DigitalSignatureInfo.isSigned on the returned DigitalSignatureInfo will return false.
Functions
Returns the parent SignatureFormField.
Searches the document for an ink or stamp signature that overlaps this form element, asynchronously.
Gets form type for SignatureFormElement. See FormType.