PDFView4NET WinForms Edition
PDFBookmarksView Class
Members 




O2S.Components.PDFView4NET Namespace : PDFBookmarksView Class
Defines a viewer for the bookmarks in a PDF file.
Object Model
PDFBookmarksView ClassPDFDocument ClassPDFPageView ClassPDFBookmark Class
Syntax
'Declaration
 
<ToolboxBitmapAttribute(O2S.Components.PDFView4NET.PDFBookmarksView, "PDFBookmarksView.bmp")>
<DefaultPropertyAttribute("Nodes")>
<DefaultEventAttribute("AfterSelect")>
<DockingAttribute(DockingBehavior.Ask)>
<DesignerAttribute("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<SRDescriptionAttribute("DescriptionTreeView")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerCategoryAttribute("Component")>
Public Class PDFBookmarksView 
   Inherits System.Windows.Forms.TreeView
'Usage
 
Dim instance As PDFBookmarksView
[ToolboxBitmap(O2S.Components.PDFView4NET.PDFBookmarksView, "PDFBookmarksView.bmp")]
[DefaultProperty("Nodes")]
[DefaultEvent("AfterSelect")]
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionTreeView")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public class PDFBookmarksView : System.Windows.Forms.TreeView 
[ToolboxBitmap(O2S.Components.PDFView4NET.PDFBookmarksView, "PDFBookmarksView.bmp")]
[DefaultProperty("Nodes")]
[DefaultEvent("AfterSelect")]
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionTreeView")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public __gc class PDFBookmarksView : public System.Windows.Forms.TreeView 
[ToolboxBitmap(O2S.Components.PDFView4NET.PDFBookmarksView, "PDFBookmarksView.bmp")]
[DefaultProperty("Nodes")]
[DefaultEvent("AfterSelect")]
[Docking(DockingBehavior.Ask)]
[Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionTreeView")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public ref class PDFBookmarksView : public System.Windows.Forms.TreeView 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TreeView
               O2S.Components.PDFView4NET.PDFBookmarksView

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

PDFBookmarksView Members
O2S.Components.PDFView4NET Namespace