Back to Devexpress

PdfDocumentProcessor.CreateTiff Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-createtiff.md

latest1.9 KB
Original Source

PdfDocumentProcessor.CreateTiff Method

NameParametersDescription
CreateTiff(Stream, IEnumerable<Int32>, Single)stream, pageNumbers, imageDpiExports 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, pageNumbersExports PDF pages to a multi-page TIFF image and writes the image to a stream.
CreateTiff(Stream, Int32)stream, largestEdgeLengthExports a PDF file to a multi-page TIFF image and writes the image to a stream.
CreateTiff(String, IEnumerable<Int32>, Single)fileName, pageNumbers, imageDpiExports 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, pageNumbersExports PDF pages to a multi-page TIFF image and saves the image to a file.
CreateTiff(String, Int32)fileName, largestEdgeLengthExports a PDF document to a multi-page TIFF image and saves the image to a file.