![]() | Pdf |
The PdfBookmarkCollections type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of PdfBookmark contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | ItemInt32 | Gets or sets the PdfBookmark at the specified index |
![]() | ItemIntPtr | Gets the PdfBookmark with the specified handle |
![]() | Parent | Gets parent bookmark. |
Name | Description | |
---|---|---|
![]() | Clear | Removes all PdfBookmark from the collection |
![]() | Contains | Determines whether the collection contains a specific PdfBookmark. |
![]() | CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. |
![]() | DeleteAt | Removes the bookmark at the specified index of collection. |
![]() | Find | Find a bookmark in the PDF document, using the bookmark title |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of a specific PdfBookmark in the collection. |
![]() | InsertAt(Int32, String, PdfAction) | Inserts a bookmark with the specified action into the collection at the specified index. |
![]() | InsertAt(Int32, String, PdfDestination) | Inserts a bookmark with the specified destination into the collection at the specified index. |
![]() | InsertAt(Int32, String, PdfPage) | Inserts a bookmark into the collection at the specified index. |
![]() | Remove | Removes the first occurrence of a specific PdfBookmark from the collection. |