PDFView4NET WPF Edition
Open Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFPopupAnnotation Class : Open Property
Gets or sets the open status of the popup window.
Syntax
'Declaration
 
Public Property Open As Boolean
'Usage
 
Dim instance As PDFPopupAnnotation
Dim value As Boolean
 
instance.Open = value
 
value = instance.Open
public bool Open {get; set;}
public: __property bool get_Open();
public: __property void set_Open( 
   bool value
);
public:
property bool Open {
   bool get();
   void set (    bool value);
}
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

PDFPopupAnnotation Class
PDFPopupAnnotation Members