PdfRasterizerRasterizeToTiff Method

Overload List

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

See Also