The BookmarksCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddNewBookmark |
Adds a new bookmark to the collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Gets the collection enumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InsertNewBookmark |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
| |
| Remove(Bookmark) |
Removes the specified PDF bookmark.
| |
| RemoveAll |
Removes all the bookmarks from collection
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of bookmarks in this PDF bookmarks collection
| |
| Document |
The parent document of this collection
| |
| Item |
Gets the bookmark at the specified zero based index in the bookmarks collection.
|