Overload List
| Name | Description | |
|---|---|---|
| RasterizeToImageObjects(Byte) |
Call this method to rasterize the pages of a PDF document contained in a memory buffer to image objects
| |
| RasterizeToImageObjects(Stream) |
Call this method to rasterize the pages of a PDF document contained in a stream to image objects
| |
| RasterizeToImageObjects(String) |
Call this method to rasterize the pages of a PDF file to image objects
| |
| RasterizeToImageObjects(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
| |
| RasterizeToImageObjects(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
| |
| RasterizeToImageObjects(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
| |
| RasterizeToImageObjects(Byte, Int32, Int32) |
Call this method to rasterize a range of pages of a PDF document contained in a memory buffer to image objects
| |
| RasterizeToImageObjects(Stream, Int32, Int32) |
Call this method to rasterize a range of pages of a PDF document contained in a stream to image objects
| |
| RasterizeToImageObjects(String, Int32, Int32) |
Call this method to rasterize a range of pages of a PDF file to image objects
|
See Also