PDFView4NET WinForms Edition
PageHide Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : PageHide Property
Gets or sets the action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interfacee.
Syntax
'Declaration
 
Public Property PageHide As PDFAction
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAction
 
instance.PageHide = value
 
value = instance.PageHide
public PDFAction PageHide {get; set;}
public: __property PDFAction* get_PageHide();
public: __property void set_PageHide( 
   PDFAction* value
);
public:
property PDFAction^ PageHide {
   PDFAction^ get();
   void set (    PDFAction^ value);
}

Property Value

The action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
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

PDFAnnotation Class
PDFAnnotation Members