PdfViewer.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) | stream, largestEdgeLength | Exports a PDF document to a TIFF image using the document's stream and the image's largest edge length. |
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(String, IEnumerable<Int32>, Single) | fileName, pageNumbers, imageDpi | Exports a PDF document to a TIFF image using a stream, page numbers and predefined resolution. |
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. |
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. |
Feedback