The text of the HTML element. If the element does not have an associated text, this property returns null.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string HtmlElementText { get; }
Visual Basic
Public ReadOnly Property HtmlElementText As String
	Get
Visual C++
public:
property String^ HtmlElementText {
	String^ get ();
}

Property Value

Type: String

See Also