SignatureFormElement

Form element representing a signature field. Can be tapped in the user interface to show the signing dialog.

Properties

Link copied to clipboard
open override val formField: SignatureFormField
Link copied to clipboard

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.

Link copied to clipboard

Searches the document for an ink or stamp signature that overlaps this form element.

Link copied to clipboard

Searches the document for ink or stamp signatures that overlaps this form element.

Link copied to clipboard

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.

Link copied to clipboard
open override val type: FormType

Functions

Link copied to clipboard
open override fun getFormField(): SignatureFormField

Returns the parent SignatureFormField.

Link copied to clipboard

Searches the document for an ink or stamp signature that overlaps this form element, asynchronously.

Link copied to clipboard
open override fun getType(): FormType

Gets form type for SignatureFormElement. See FormType.