HtmlElementInfo Class

Encapsulates various details about a HTML element collected during conversion

Definition

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

Properties

Attributes The HTML element attributes
CollectID The element collect ID given by the data-collect-id attribute in HTML
CssClass The HTML element CSS class
Html The HTML element code
ID The HTML element ID
InnerHtml The HTML element code between the HTML tags
PdfRegions The regions in PDF document where the element is rendered. An element can be rendered on many PDF pages and for each PDF page there is PdfPageRegion object in the array returned by this property
Tag The HTML tag name of the HTML element
Text The HTML element text or an empty string if the element has no title (e.g. images)

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