The BookmarksViewer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BookmarksViewer |
Create a new BookmarksViewer.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Clean up any resources being used.
(Overrides Control..::..Dispose(Boolean).) |
Properties
| Name | Description | |
|---|---|---|
| ActionHandler |
This ActionHandler is responsible for executing actions that are associated
with events that are raised by this BookmarksViewer.
| |
| Document |
The PDF document that holds the bookmarks that are displayed by this control.
| |
| PagesViewer |
The associated PagesViewer control. When the user clicks an node in the bookmark tree,
this PagesViewer control will behave accordingly.
|
Events
| Name | Description | |
|---|---|---|
| AfterBookmarkSelected |
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.
|