DisplayDocTitle Property (PdfDocumentViewerPreferences)
Gets or sets a value indicating whether the window's title bar should display the document title taken from
Title.
[Description("A flag specifying whether the window's title bar should display the document title.")]
[DefaultValue(False)]
public bool DisplayDocTitle { get; set; }
[Description("A flag specifying whether the window's title bar should display the document title.")]
[DefaultValue(False)]
public: __property bool get_DisplayDocTitle();
public: __property void set_DisplayDocTitle(
bool
);
Property Value
true - the window's title bar will display the document title taken from
Title;
false - the window's title bar will display the name of the PDF file containing the document.
Default value:
false.
This parameter is available since PDF 1.4.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5