Class PdfSignatureFormField


public class PdfSignatureFormField extends PdfFormField
An AcroForm field containing signature data.
  • Constructor Details

    • PdfSignatureFormField

      protected PdfSignatureFormField (PdfDocument pdfDocument)
    • PdfSignatureFormField

      protected PdfSignatureFormField (PdfWidgetAnnotation widget, PdfDocument pdfDocument)
    • PdfSignatureFormField

      protected PdfSignatureFormField (PdfDictionary pdfObject)
  • Method Details

    • getFormType

      public PdfName getFormType()
      Returns Sig, the form type for signature form fields.
      Overrides:
      getFormType in class PdfFormField
      Returns:
      the form type, as a PdfName
    • setValue

      public PdfSignatureFormField setValue (PdfObject value)
      Adds the signature to the signature field.
      Parameters:
      value - the signature to be contained in the signature field, or an indirect reference to it
      Returns:
      the edited field
    • getSigFieldLockDictionary

      public PdfSigFieldLock getSigFieldLockDictionary()
      Gets the PdfSigFieldLock, which contains fields that must be locked if the document is signed.
      Returns:
      a dictionary containing locked fields.
      See Also: