HiQPdf Documentation

PdfToHtmlRaisePageConvertedToHtmlEvent Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Public methodRaisePageConvertedToHtmlEvent(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
Top
See Also

Reference