Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentProcessor.CreateTiff Method

Name Parameters Description
CreateTiff(Stream, IEnumerable<Int32>, Single) stream, pageNumbers, imageDpi Exports PDF pages to a multi-page TIFF image with a predefined resolution and writes the image to a stream.
CreateTiff(Stream, Int32, IEnumerable<Int32>) stream, largestEdgeLength, pageNumbers Exports PDF pages to a multi-page TIFF image and writes the image to a stream.
CreateTiff(Stream, Int32) stream, largestEdgeLength Exports a PDF file to a multi-page TIFF image and writes the image to a stream.
CreateTiff(String, IEnumerable<Int32>, Single) fileName, pageNumbers, imageDpi Exports PDF pages to a multi-page TIFF image with a predefined resolution and saves the image to a file.
CreateTiff(String, Int32, IEnumerable<Int32>) fileName, largestEdgeLength, pageNumbers Exports PDF pages to a multi-page TIFF image and saves the image to a file.
CreateTiff(String, Int32) fileName, largestEdgeLength Exports a PDF document to a multi-page TIFF image and saves the image to a file.