Skip to main content

PdfViewerPreferences.DisplayDocTitle Property

Gets or sets whether to display the document title in the window’s title bar.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool DisplayDocTitle { get; set; }

Property Value

Type Description
Boolean

true to display the document title in the title bar; false to display the file name in the title bar.

See Also