VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / DisplayDocTitle Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DisplayDocTitle Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets a value indicating whether the window's title bar should display the document title taken from Title.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A flag specifying whether the window's title bar should display the document title.")>
    Public Property DisplayDocTitle As Boolean
    
    
    [DefaultValue(False)]
    [Description("A flag specifying whether the window's title bar should display the document title.")]
    public bool DisplayDocTitle { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A flag specifying whether the window's title bar should display the document title.")]
    public: __property bool get_DisplayDocTitle();
    public: __property void set_DisplayDocTitle(
    bool value
    );
    [DefaultValue(False)]
    [Description("A flag specifying whether the window's title bar should display the document title.")]
    public:
    property bool DisplayDocTitle { bool get(); void set(bool value); }

    Property Value

    true - the window's title bar will display the document title taken from Title;
    false - the window's title bar will display the name of the PDF file containing the document.
    Default value: false.
    Remarks

    This parameter is available since PDF 1.4.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also