A flag specifying whether the windows title bar should display the document title taken
from the Title entry of the document information dictionary. If false, the title bar
should instead display the name of the Pdf file containing the document.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool DisplayTitle { get; set; }
Public Property DisplayTitle As Boolean Get Set
public: property bool DisplayTitle { bool get (); void set (bool value); }
member DisplayTitle : bool with get, set