ImageGear .NET v25.0 - Updated
Open Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : Open Property
Gets or sets a value indicating whether the bookmark is open (shows all its children).
Syntax
'Declaration
 
Public Property Open As Boolean
'Usage
 
Dim instance As ImGearPDFBookmark
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);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members