PDFView4NET WPF Edition
DisplayDocTitle Property




O2S.Components.PDFView4NET Namespace > PDFViewerPreferences Class : DisplayDocTitle Property
Gets or sets a value indicating whether the window's title bar should display the document's title loaded from document information metadata.
Syntax
'Declaration
 
Public Property DisplayDocTitle As Boolean
'Usage
 
Dim instance As PDFViewerPreferences
Dim value As Boolean
 
instance.DisplayDocTitle = value
 
value = instance.DisplayDocTitle
public bool DisplayDocTitle {get; set;}
public: __property bool get_DisplayDocTitle();
public: __property void set_DisplayDocTitle( 
   bool value
);
public:
property bool DisplayDocTitle {
   bool get();
   void set (    bool value);
}

Property Value

True if the window's title bar should display the document's title. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFViewerPreferences Class
PDFViewerPreferences Members