PDFView4NET WPF Edition
DisplayStyle Property




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : DisplayStyle Property
Gets or sets the display style of this object.
Syntax
'Declaration
 
Public Property DisplayStyle As PDFBookmarkDisplayStyle
'Usage
 
Dim instance As PDFBookmark
Dim value As PDFBookmarkDisplayStyle
 
instance.DisplayStyle = value
 
value = instance.DisplayStyle
public PDFBookmarkDisplayStyle DisplayStyle {get; set;}
public: __property PDFBookmarkDisplayStyle get_DisplayStyle();
public: __property void set_DisplayStyle( 
   PDFBookmarkDisplayStyle value
);
public:
property PDFBookmarkDisplayStyle DisplayStyle {
   PDFBookmarkDisplayStyle get();
   void set (    PDFBookmarkDisplayStyle value);
}

Property Value

The bookmark's display style.
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