Click or drag to resize

BookmarksViewer Class

Represents the BookmarksViewer control for displaying bookmarks contained in PDF document.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.Controls.WinForms
Assembly:  Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.84.2704
Syntax
public class BookmarksViewer : TreeView

The BookmarksViewer type exposes the following members.

Constructors
  NameDescription
Public methodBookmarksViewer
Initializes a new instance of the BookmarksViewer class.
Public methodBookmarksViewer(IContainer)
Initializes a new instance of the BookmarksViewer class.
Top
Properties
  NameDescription
Public propertyPdfViewer
Gets or sets PdfViewer control associated with this BookmarkViewer control
Top
Methods
  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides TreeViewDispose(Boolean).)
Protected methodOnAfterSelect
Raises the System.Windows.Forms.TreeView.AfterSelect event.
(Overrides TreeViewOnAfterSelect(TreeViewEventArgs).)
Protected methodOnBeforeExpand
Creates child nodes and raises the System.Windows.Forms.TreeView.BeforeExpand event.
(Overrides TreeViewOnBeforeExpand(TreeViewCancelEventArgs).)
Protected methodOnPdfViewerChanging
Called when the current PdfViewer control associated with the ToolStrip is changing.
Protected methodProcessAction
Process the PdfAction.
Protected methodProcessDestination
Process the PdfDestination.
Public methodRebuildTree
Constructs the tree of bookmarks
Top
See Also