Uses of Interface
com.qoppa.pdf.form.SignatureField

Packages that use SignatureField
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of SignatureField in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes that return SignatureField
 SignatureField PDFNotesBean.addSignatureField(String fieldName, Rectangle2D bounds, int pageIndex)
          Add a signature field to a page in the currently loaded document.
 

Methods in com.qoppa.pdfNotes with parameters of type SignatureField
 void PDFNotesBean.signDocument(SignatureField signField)
          Starts the signing GUI for a given signature field.
 void PDFNotesBean.signDocument(SignatureField signField, SigningInformation signingInfo, File outputFile)
          This method will sign and save the document.
 

Uses of SignatureField in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess that return SignatureField
 SignatureField PDFPage.addSignatureField(String fieldName, Rectangle2D bounds)
          Adds a signature field to this page.
 

Methods in com.qoppa.pdfProcess with parameters of type SignatureField
 void PDFDocument.signDocument(SignatureField signField, SigningInformation signingInfo)
          Signs this document using the given signature field.