PdfHTMLTextElement
HTMLText Property
|
Gets or sets the HTML Text.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string HTMLText { get; set; }
Public Property HTMLText As String
Get
Set
public:
property String^ HTMLText {
String^ get ();
void set (String^ value);
}
member HTMLText : string with get, set
Property Value
Type:
String
See Also