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

Packages that use SignatureField
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
 

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.