Represents a collection of bookmarks of a document.
| C# | Visual Basic | Visual C++ |
public class BookmarksCollection : IEnumerable
Public Class BookmarksCollection _ Implements IEnumerable
public ref class BookmarksCollection : IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddNewBookmark(String, ExplicitDestination) |
Adds a new bookmark to the collection.
| |
| Count |
The number of bookmarks in collection.
| |
| Document |
The parent document of this collection
| |
| Equals(Object) | (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(Int32, String, ExplicitDestination) |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
| |
| Item[([( Int32])]) |
Gets the bookmark at the specified zero based index in the bookmarks collection.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(Bookmark) |
Removes the specified PDF bookmark.
| |
| Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| BookmarksCollection | |