Click or drag to resize

BookmarksCollection Class

Represents a collection of bookmarks of a document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorBookmarksCollection

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class BookmarksCollection : IEnumerable

The BookmarksCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of bookmarks in collection.
Public propertyDocument
The parent document of this collection
Public propertyItem
Gets the bookmark at the specified zero based index in the bookmarks collection.
Top
Methods
  NameDescription
Public methodAddNewBookmark
Adds a new bookmark to the collection.
Public methodGetEnumerator
Gets the collection enumerator.
Public methodInsertNewBookmark
Creates a new bookmark and inserts it at the specified zero based position index in collection.
Public methodRemove(Int32)
Removes the PDF bookmark at the specified index in collection.
Public methodRemove(Bookmark)
Removes the specified PDF bookmark.
Top
See Also