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.
|
See Also