Click or drag to resize

BookmarksCollection Class

Represents a collection of bookmarks of a document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentBookmarksCollection

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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(Bookmark) Removes the specified PDF bookmark.
Public methodRemove(Int32) Removes the PDF bookmark at the specified index in collection.
Top
See Also