Skip to main content
All docs
V25.1
  • PdfViewerPreferences.DisplayDocTitle Property

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

    Namespace: DevExpress.Pdf

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