BookmarksCollection Class Members
In This Topic
The following tables list the members exposed by BookmarksCollection.
Public Constructors
Public Properties
| Name | Description |
| CurrentBookmark | Return the index of currently active or selected BookMark from the BookMarksCollection. |
| Item | Returns a Page object at specified index in the BookMarksCollection. |
Top
Public Methods
| Name | Description |
| Add | Adds a BookMark object to the end of the BookMarksCollection. |
| Clear | Removes all the BookMark objects from the BookMarksCollection. |
| Contains | Determines whether a Page element is in the BookMarksCollection. |
| CopyTo | Copies an array of BookMark objects to BookMarksCollection from the specified index. |
| Dispose | Release resources used by BookMarksCollection. |
| IndexOf | Returns the zero-based index of the first occurrence of the BookMark object in the BookMarksCollection. |
| Insert | Inserts a BookMark object into the BookMarksCollection at the specified index. |
| Remove | Removes the first occurrence of BookMark object from the BookMarksCollection. |
Top
See Also