HtmlElementInfo Class

Represents detailed style and content information about a single HTML element

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public class HtmlElementInfo
Inheritance
Object    HtmlElementInfo

Constructors

HtmlElementInfoInitializes a new instance of the HtmlElementInfo class

Properties

CssClass Gets or sets the CSS class attribute of the HTML element
Id Gets or sets the ID of the HTML element
RenderedRectangles Gets or sets the list of rendered rectangles showing where the element appears in the PDF
TagName Gets or sets the HTML tag name of the element (e.g., "div", "span").
Text Gets or sets the plain text content of the element

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