Overload List
Name | Description | |
---|---|---|
RaisePageConvertedToHtmlEvent(Byte) |
Call this method to convert to HTML the pages of a PDF document contained in a memory buffer and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream) |
Call this method to convert to HTML the pages of a PDF document contained in a stream and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(String) |
Call this method to convert to HTML the pages of a PDF file and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Byte, Int32) |
Call this method to convert to HTML 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 PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream, Int32) |
Call this method to convert to HTML 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 PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(String, Int32) |
Call this method to convert to HTML the pages of a PDF file starting from a PDF page number to the end of the PDF document
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Byte, Int32, Int32) |
Call this method to convert to HTML a range of pages of a PDF document contained in a memory buffer
and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
| |
RaisePageConvertedToHtmlEvent(Stream, Int32, Int32) |
Call this method to rasterize a range of pages of a PDF document contained in a stream and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted HTML
| |
RaisePageConvertedToHtmlEvent(String, Int32, Int32) |
Call this method to convert to HTML a range of pages of a PDF file and raise the PdfPageConvertedToHtmlEvent event
after a PDF page has been converted
|
See Also