Class SignatureField

Direct Known Subclasses:
SignedSignatureField, UnsignedSignatureField

public abstract class SignatureField extends NativeObject

A digital signature field

  • Method Details

    • getFieldName

      public String getFieldName()

      The name of the signature field (Getter)

      The field name uniquely identifies the signature field within the document.
      Throws:
      IllegalStateException - If the object has already been closed
    • getPageNumber

      public int getPageNumber() throws NotFoundException

      The number of the page where this signature is located (Getter)

      Whether the signature field has a visual appearance on that page is indicated by the getBoundingBox().
      Throws:
      IllegalStateException - If the object has already been closed.
      NotFoundException - If the field is not properly linked to a page.
    • getBoundingBox

      public Rectangle getBoundingBox()

      The location on the page (Getter)

      The location of the signature field on the page. Or null if the signature field has no visual appearance.
      Throws:
      IllegalStateException - If the object has already been closed