PDFView4NET WPF Edition
HideToolbar Property




O2S.Components.PDFView4NET Namespace > PDFViewerPreferences Class : HideToolbar Property
Gets or sets a value indicating whether the viewer's toolbar should be hidden when the document is active.
Syntax
'Declaration
 
Public Property HideToolbar As Boolean
'Usage
 
Dim instance As PDFViewerPreferences
Dim value As Boolean
 
instance.HideToolbar = value
 
value = instance.HideToolbar
public bool HideToolbar {get; set;}
public: __property bool get_HideToolbar();
public: __property void set_HideToolbar( 
   bool value
);
public:
property bool HideToolbar {
   bool get();
   void set (    bool value);
}

Property Value

True if the toolbar should be hidden. 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