HiQPdf Documentation

PdfRasterizerRasterizeToTiff Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(String)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image in a data buffer
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Public methodRasterizeToTiff(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
Top
See Also

Reference