Click or drag to resize

PdfViewerPreferences DisplayTitle Property

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.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool DisplayTitle { get; set; }

Property Value

Type: Boolean
See Also