The BookmarksViewer type exposes the following members.

Constructors

  NameDescription
Public methodBookmarksViewer
Create a new BookmarksViewer.

Methods

  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides Control..::..Dispose(Boolean).)

Properties

  NameDescription
Public propertyActionHandler
This ActionHandler is responsible for executing actions that are associated with events that are raised by this BookmarksViewer.
Public propertyDocument
The PDF document that holds the bookmarks that are displayed by this control.
Public propertyPagesViewer
The associated PagesViewer control. When the user clicks an node in the bookmark tree, this PagesViewer control will behave accordingly.

Events

  NameDescription
Public eventAfterBookmarkSelected
Fired after the bookmark has been selected. If the cancel flag of this event gets set, the actions that are associated with this bookmark will not be executed.

See Also