Uses of Class
com.qoppa.pdf.TIFFOptions

Packages that use TIFFOptions
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of TIFFOptions in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type TIFFOptions
 void PDFDocument.saveDocumentAsTIFF(OutputStream outStream, TIFFOptions options)
          Save the entire document as a multi-page TIFF image to an OutputStream.
 void PDFPage.savePageAsTIFF(OutputStream outStream, TIFFOptions options)
          Render the page to an image and save it in TIFF format to the given OutputStream.