BookmarksCollection Class

Represents a collection of bookmarks of a document.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class BookmarksCollection : IEnumerable
Inheritance
Object    BookmarksCollection
Implements
IEnumerable

Properties

Count The number of bookmarks in this PDF bookmarks collection
Document The parent document of this collection
Item Gets the bookmark at the specified zero based index in the bookmarks collection.

Methods

AddNewBookmark Adds a new bookmark to the collection.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
InsertNewBookmark Creates a new bookmark and inserts it at the specified zero based position index in collection.
MemberwiseClone
(Inherited from Object)
Remove(Bookmark) Removes the specified PDF bookmark.
Remove(Int32) Removes the PDF bookmark at the specified index in collection.
RemoveAll Removes all the bookmarks from collection
ToString
(Inherited from Object)

See Also