public class HtmlElementInfo
Public Class HtmlElementInfo
public ref class HtmlElementInfo
type HtmlElementInfo = class end
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) |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |