The PdfToHtml type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertToHtml(Byte) |
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer
|
![]() | ConvertToHtml(Stream) |
Call this method to convert to HTML objects the pages of a PDF document contained in a stream
|
![]() | ConvertToHtml(String) |
Call this method to convert to HTML objects the pages of a PDF file
|
![]() | ConvertToHtml(Byte, Int32) |
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtml(Stream, Int32) |
Call this method to convert to HTML objects the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtml(String, Int32) |
Call this method to convert to HTML objects the pages of a PDF file starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtml(Byte, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF document contained in a memory buffer
|
![]() | ConvertToHtml(Stream, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF document contained in a stream
|
![]() | ConvertToHtml(String, Int32, Int32) |
Call this method to convert to HTML objects a range of pages of a PDF file
|
![]() | ConvertToHtmlFiles(Byte, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer
|
![]() | ConvertToHtmlFiles(Stream, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a stream
|
![]() | ConvertToHtmlFiles(String, String, String) |
Call this method to convert to HTML files the pages of a PDF file
|
![]() | ConvertToHtmlFiles(Byte, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtmlFiles(Stream, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtmlFiles(String, Int32, String, String) |
Call this method to convert to HTML files the pages of a PDF file starting from a PDF page number to the end of the PDF document
|
![]() | ConvertToHtmlFiles(Byte, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF document contained in a memory buffer
|
![]() | ConvertToHtmlFiles(Stream, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF document contained in a stream
|
![]() | ConvertToHtmlFiles(String, Int32, Int32, String, String) |
Call this method to convert to HTML files a range of pages of a PDF file
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PdfPageCount(Byte) |
Call this method to get the page count of a PDF document contained in a memory buffer
|
![]() | PdfPageCount(Stream) |
Call this method to get the page count of a PDF document contained in a stream
|
![]() | PdfPageCount(String) |
Call this method to get the page count of a PDF file
|
![]() | 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
|
![]() | SetRdaFilePath |
Call this method with the fully qualified name of HiQPdf.rda when this file is installed
in a different folder from the HiQPdf.dll folder
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also