Back to Devexpress

PdfViewer.CreateTiff Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-createtiff.md

latest2.0 KB
Original Source

PdfViewer.CreateTiff Method

NameParametersDescription
CreateTiff(Stream, IEnumerable<Int32>, Single)stream, pageNumbers, imageDpiExports a PDF document to a TIFF image using a stream, page numbers and predefined resolution.
CreateTiff(Stream, Int32, IEnumerable<Int32>)stream, largestEdgeLength, pageNumbersExports 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, largestEdgeLengthExports 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, imageDpiExports a PDF document to a TIFF image using a stream, page numbers and predefined resolution.
CreateTiff(String, Int32, IEnumerable<Int32>)fileName, largestEdgeLength, pageNumbersExports 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, largestEdgeLengthExports a PDF document to a TIFF image using the document’s file path and the image’s largest edge length.