PDFView4NET WPF Edition
Expanded Property




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Expanded Property
Gets or sets a value indicating whether the bookmark should be displayed in collapsed or expanded state.
Syntax
'Declaration
 
Public Property Expanded As Boolean
'Usage
 
Dim instance As PDFBookmark
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
public bool Expanded {get; set;}
public: __property bool get_Expanded();
public: __property void set_Expanded( 
   bool value
);
public:
property bool Expanded {
   bool get();
   void set (    bool value);
}

Property Value

True if the bookmark should be displayed in expanded state, false otherwise.
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

PDFBookmark Class
PDFBookmark Members