Uses of Class
com.qoppa.pdf.TIFFOptions

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

Uses of TIFFOptions in com.qoppa.pdfImages
 

Methods in com.qoppa.pdfImages with parameters of type TIFFOptions
 void PDFImages.savePageAsTIFF(int pageIndex, String fileName, TIFFOptions options)
          Render a page to an image and save it in TIFF format.
 void PDFImages.savePageAsTIFF(int pageIndex, OutputStream outStream, TIFFOptions options)
          Render a page to an image and save it in TIFF format.
 void PDFImages.saveDocumentAsTIFF(String fileName, TIFFOptions options)
          Save the entire document as a multi-page TIFF image to the given file.
 void PDFImages.saveDocumentAsTIFF(OutputStream outStream, TIFFOptions options)
          Save the entire document as a multi-page TIFF image to an OutputStream.
 

Uses of TIFFOptions in com.qoppa.pdfProcess
 

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