PDFView4NET WPF Edition
HideWindowUI Property




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

Property Value

True if the UI 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