HiQPdf Documentation

PdfRasterizerRasterizeToImageObjects Method

Quickly Create High Quality PDFs
Overload List

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

Reference