BookmarksCollection Methods |
The BookmarksCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewBookmark |
Adds a new bookmark to the collection.
| |
| GetEnumerator |
Gets the collection enumerator.
| |
| InsertNewBookmark |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
| |
| Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
| |
| Remove(Bookmark) |
Removes the specified PDF bookmark.
|