An object of this class is created after a HTML conversion and contains information about the converted HTML document,
about the HTML elements in the HTML document and about the regions rendered in a PDF document
Inheritance Hierarchy
HiQPdfHtmlConversionInfo
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The HtmlConversionInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
HtmlHeader |
The HTML document header containing the title, keywords and description of the HTML document
| |
PdfRegions |
The regions in PDF rendered by a HTML to PDF conversion.
For each PDF page rendered there is PdfPageRegion object in the array returned by this property
| |
SelectedHtmlElementsInfo |
Returns a collection of HtmlElementInfo objects containing one object for each HTML element selected by the SelectedHtmlElements property
property of the HtmlToPdf class.
A HtmlElementInfo object offers detailed information about a HTML element like its position in the generated PDF document, the HTML id, the tag name, the HTML code of the element, etc.
|
Methods
Name | Description | |
---|---|---|
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also