Encapsulates various details about a HTML element collected during conversion
Inheritance Hierarchy
HiQPdfHtmlElementInfo
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The HtmlElementInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 text (e.g. images)
|
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