HiQPdf Documentation

PdfRasterizerRasterizeToImageFiles Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodRasterizeToImageFiles(Byte, String, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to image files
Public methodRasterizeToImageFiles(Stream, String, String)
Call this method to rasterize the pages of a PDF document contained in a stream to image files
Public methodRasterizeToImageFiles(String, String, String)
Call this method to rasterize the pages of a PDF file to image files
Public methodRasterizeToImageFiles(Byte, Int32, String, String)
Call this method to rasterize the pages of a PDF document contained in a memory buffer to image files starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageFiles(Stream, Int32, String, String)
Call this method to rasterize the pages of a PDF document contained in a stream to image files starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageFiles(String, Int32, String, String)
Call this method to rasterize the pages of a PDF file to image files starting from a PDF page number to the end of the PDF document
Public methodRasterizeToImageFiles(Byte, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to image files
Public methodRasterizeToImageFiles(Stream, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF document contained in a stream to image files
Public methodRasterizeToImageFiles(String, Int32, Int32, String, String)
Call this method to rasterize a range of pages of a PDF file to image files
Top
See Also

Reference