Controls if the window title bar should display the document title.
This property is false by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool DisplayDocTitle { get; set; }
Public Property DisplayDocTitle As Boolean
Get
Set
public:
property bool DisplayDocTitle {
bool get ();
void set (bool value);
}
member DisplayDocTitle : bool with get, set
Property Value
Type:
Boolean
Reference