HiQPdf Documentation

PdfRasterizerRaisePageRasterizedEvent Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(String)
Call this method to rasterize the pages of a PDF file and raise the PdfPageRasterizedEvent event after a PDF page has been rasterized
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Public methodRaisePageRasterizedEvent(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
Top
See Also

Reference