public class BookmarksCollection : IEnumerablePublic Class BookmarksCollection
Implements IEnumerable| 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. |
| AddNewBookmark | Adds a new bookmark to the collection. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Gets the collection enumerator. |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| InsertNewBookmark | Creates a new bookmark and inserts it at the specified zero based position index in collection. |
| MemberwiseClone | (Inherited from Object) |
| Remove(Bookmark) | Removes the specified PDF bookmark. |
| Remove(Int32) | Removes the PDF bookmark at the specified index in collection. |
| RemoveAll | Removes all the bookmarks from collection |
| ToString | (Inherited from Object) |