PDFView4NET WPF Edition
Hide Property




O2S.Components.PDFView4NET.Actions Namespace > PDFHideAction Class : Hide Property
Gets or sets a value indicating whether the specified form field should be hidden or shown.
Syntax
'Declaration
 
Public Property Hide As Boolean
'Usage
 
Dim instance As PDFHideAction
Dim value As Boolean
 
instance.Hide = value
 
value = instance.Hide
public bool Hide {get; set;}
public: __property bool get_Hide();
public: __property void set_Hide( 
   bool value
);
public:
property bool Hide {
   bool get();
   void set (    bool value);
}

Property Value

True if the form field should be hidden, false if the form field should be shown.
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

PDFHideAction Class
PDFHideAction Members