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

PdfViewerControl.CreateTiff Method

Name Parameters Description
CreateTiff(Stream, IEnumerable<Int32>, Single) stream, pageNumbers, imageDpi Exports a PDF document to a TIFF image using a stream, page numbers and predefined resolution.
CreateTiff(Stream, Int32, IEnumerable<Int32>) stream, largestEdgeLength, pageNumbers Exports a PDF document to a TIFF image using the document’s stream, the image’s largest edge length and page numbers.
CreateTiff(Stream, Int32) stream, largestEdgeLength Exports a PDF document to a TIFF image using the document’s stream and the image’s largest edge length.
CreateTiff(String, IEnumerable<Int32>, Single) fileName, pageNumbers, imageDpi Exports a PDF document to a TIFF image using a file, page numbers and predefined resolution.
CreateTiff(String, Int32, IEnumerable<Int32>) fileName, largestEdgeLength, pageNumbers Exports a PDF document to a TIFF image using the document’s file path, the image’s largest edge length and page numbers.
CreateTiff(String, Int32) fileName, largestEdgeLength Exports a PDF document to a TIFF image using the document’s file path and the image’s largest edge length.