HiQPdf Documentation

PdfRasterizerRasterizeToTiffFile Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodRasterizeToTiffFile(Byte, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to a multipage TIFF image file
Public methodRasterizeToTiffFile(Stream, String)
Call this method to rasterize the pages of a PDF document contained in a stream to a multipage TIFF image file
Public methodRasterizeToTiffFile(String, String)
Call this method to rasterize the pages of a PDF file to a multipage TIFF image file
Public methodRasterizeToTiffFile(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
Public methodRasterizeToTiffFile(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
Public methodRasterizeToTiffFile(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
Public methodRasterizeToTiffFile(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
Public methodRasterizeToTiffFile(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
Public methodRasterizeToTiffFile(String, Int32, Int32, String)
Call this method to rasterize a range of pages of a PDF file to a multipage TIFF image file
Top
See Also

Reference