|
|
|
Pdf
|
|
The PdfBookmarksCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | The number of bookmarks in the pdf bookmarks collection. | |
| Document | The parent pdf document of the bookmarks collection. | |
| Item | Gets or sets the bookmark at the specified zero based index in the bookmarks collection. |
| Name | Description | |
|---|---|---|
| Add | Adds a new bookmark to the bookmarks collection. | |
| GetEnumerator | Gets the collection enumerator. | |
| Insert | Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection. | |
| Remove | Removes the specified pdf bookmark. | |
| RemoveAt | Removes the pdf bookmark at the specified index in the bookmarks collection. |