PdfViewerPreferencesDisplayDocTitle Property |
(Optional) A flag specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary (see 14.3.3, "Document Information Dictionary").
If , the title bar should instead display the name of the PDF file containing the document.
Default value: .
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool DisplayDocTitle { get; set; }
Public Property DisplayDocTitle As Boolean
Get
Set
Property Value
Boolean
A flag specifying whether the window’s title bar should display the document title taken from the
Title entry of the document information dictionary.
See Also