RasterizeToTiffFile(Byte, String) | Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image file |
RasterizeToTiffFile(Stream, String) | Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file |
RasterizeToTiffFile(String, String) | Call this method to rasterize the pages of a PDF file to a multipage TIFF image file |
RasterizeToTiffFile(Byte, Int32, String) | Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image file starting from a PDF page number to the end of the PDF document |
RasterizeToTiffFile(Stream, Int32, String) | Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file starting from a PDF page number to the end of the PDF document |
RasterizeToTiffFile(String, Int32, String) | Call this method to rasterize the pages of a PDF file to a multipage TIFF image file starting from a PDF page number to the end of the PDF document |
RasterizeToTiffFile(Byte, Int32, Int32, String) | Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to a multipage TIFF image file |
RasterizeToTiffFile(Stream, Int32, Int32, String) | Call this method to rasterize a range of pages of a PDF document contained in a stream to a multipage TIFF image file |
RasterizeToTiffFile(String, Int32, Int32, String) | Call this method to rasterize a range of pages of a PDF file to a multipage TIFF image file |