DocumentViewerPreferencesDisplayDocTitle Property
A flag specifying whether the window’s title bar should display the document title
taken from the title entry of the document information dictionary. Default value: False.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.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
Boolean