SignatureFormField

Represents a signature field in a form. This is usually used to place a signature onto a page using an InkAnnotation or it holds a digital signature which can be retrieved using getSignatureInfo.

Functions

Link copied to clipboard
Retrieve list of form elements that represents this field visually.
Link copied to clipboard
Returns the digital signing information attached to this form element.
Link copied to clipboard
open fun removeSignature()
Removes the digital signing information attached to this form field.
Link copied to clipboard
open fun removeSignatureAsync(): Completable
Asynchronously removes the digital signing information attached to this form field.