BookmarkCollection Methods

The BookmarkCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleClear
Removes all bookmarks from this collection and from the document.
Public methodEquals (Inherited from Object.)
Public methodCode exampleGetEnumerator
Returns an enumerator object.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleRemove(String)
Removes a bookmark with the specified name.
Public methodCode exampleRemove(Bookmark)
Removes the specified bookmark from the document.
Public methodCode exampleRemoveAt
Removes a bookmark at the specified index.
Public methodToString (Inherited from Object.)
See Also