VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / DisplayDocTitle Property
Syntax Remarks Requirements SeeAlso
In This Topic
DisplayDocTitle Property (PdfDocumentViewerPreferences)
In This Topic
Gets or sets a value indicating whether the window's title bar should display the document title taken from Title.
Syntax
'Declaration

<DescriptionAttribute("A flag specifying whether the window's title bar should display the document title.")>
<DefaultValueAttribute(False)>
Public Property DisplayDocTitle As Boolean

[Description("A flag specifying whether the window's title bar should display the document title.")]
[DefaultValue(False)]
public bool DisplayDocTitle { get; set; }

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.
Remarks

This parameter is available since PDF 1.4.

Requirements

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

See Also