Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / DisplayDocTitle Property

In This Topic
    DisplayDocTitle Property
    In This Topic
    Gets or sets whether the window's title bar should display the document title taken from the Title entry of the document information dictionary.

    Default value: false.

    Syntax
    'Declaration
     
    Public Property DisplayDocTitle As System.Boolean
    public System.bool DisplayDocTitle {get; set;}
    See Also