Skip to main content
A newer version of this page is available. .

PdfDocumentProcessor.CreateTiff Method

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