Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfViewerPreferences.DisplayDocTitle Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.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