BookmarksCollection Class |
Namespace: ExpertPdf.PdfCreator
The BookmarksCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of bookmarks in collection.
| |
Document |
The parent document of this collection
| |
Item |
Gets the bookmark at the specified zero based index in the bookmarks collection.
|
Name | Description | |
---|---|---|
AddNewBookmark |
Adds a new bookmark to the collection.
| |
GetEnumerator |
Gets the collection enumerator.
| |
InsertNewBookmark |
Creates a new bookmark and inserts it at the specified zero based position index in collection.
| |
Remove(Int32) |
Removes the PDF bookmark at the specified index in collection.
| |
Remove(Bookmark) |
Removes the specified PDF bookmark.
|