HtmlConversionInfo Class

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HtmlConversionInfo
Inheritance
Object    HtmlConversionInfo

Properties

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

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also