RaisePageRasterizedEvent(Byte) | Call this method to rasterize the pages of a PDF document contained in a memory buffer and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(Stream) | Call this method to rasterize the pages of a PDF document contained in a stream and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(String) | Call this method to rasterize the pages of a PDF file and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(Byte, Int32) | Call this method to rasterize the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(Stream, Int32) | Call this method to rasterize the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(String, Int32) | Call this method to rasterize the pages of a PDF file starting from a PDF page number to the end of the PDF document and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(Byte, Int32, Int32) | Call this method to rasterize a range of pages of a PDF document contained in a memory buffer and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(Stream, Int32, Int32) | Call this method to rasterize a range of pages of a PDF document contained in a stream and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |
RaisePageRasterizedEvent(String, Int32, Int32) | Call this method to rasterize a range of pages of a PDF file and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized |