Overload List
| Name | Description | |
|---|---|---|
| ConvertPdfToTiff(Byte) |
Converts all the pages in a PDF document to a multiframe TIFF image in a memory buffer
| |
| ConvertPdfToTiff(Stream) |
Converts a PDF document in a stream to a multiframe TIFF image in a memory buffer
| |
| ConvertPdfToTiff(String) |
Converts a PDF file to a multiframe TIFF image in a memory buffer
| |
| ConvertPdfToTiff(Byte, Int32) |
Converts the pages of a PDF document to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
| |
| ConvertPdfToTiff(Stream, Int32) |
Converts the pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
| |
| ConvertPdfToTiff(String, Int32) |
Converts the pages of a PDF file to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
| |
| ConvertPdfToTiff(Byte, Int32, Int32) |
Converts a range of pages of a PDF document to a multiframe TIFF image in a memory buffer
| |
| ConvertPdfToTiff(Stream, Int32, Int32) |
Converts a range of pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer
| |
| ConvertPdfToTiff(String, Int32, Int32) |
Converts a range of pages of a PDF file to a multiframe TIFF image in a memory buffer
|
See Also