HtmlDocumentHeaderTitle Property
The HTML document title as defined by title tag or an empty string if there is no title defined in HTML
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string Title { get; set; }
Public Property Title As String
Get
Set
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
Property Value
String