Represents a collection of bookmarks of a document.

C# | Visual Basic | Visual C++ |
public class BookmarksCollection : IEnumerable
Public Class BookmarksCollection Implements IEnumerable
public ref class BookmarksCollection : IEnumerable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddNewBookmark(String, ExplicitDestination) |
Adds a new bookmark to the collection.
|
![]() | Count |
The number of bookmarks in collection.
|
![]() | Document |
The parent document of this collection
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()()() |
Gets the collection enumerator.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | InsertNewBookmark(Int32, String, ExplicitDestination) |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
|
![]() | Item[([( Int32])]) |
Gets the bookmark at the specified zero based index in the bookmarks collection.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Bookmark) |
Removes the specified PDF bookmark.
|
![]() | Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | BookmarksCollection |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)