Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool DisplayDocTitle { 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