Click or drag to resize

PdfBookmarkCollections Methods

The PdfBookmarkCollections type exposes the following members.

Methods
 NameDescription
Public methodClear Removes all PdfBookmark from the collection
Public methodContains Determines whether the collection contains a specific PdfBookmark.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodDeleteAt Removes the bookmark at the specified index of collection.
Public methodFind Find a bookmark in the PDF document, using the bookmark title
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfBookmark in the collection.
Public methodInsertAt(Int32, String, PdfAction) Inserts a bookmark with the specified action into the collection at the specified index.
Public methodInsertAt(Int32, String, PdfDestination) Inserts a bookmark with the specified destination into the collection at the specified index.
Public methodInsertAt(Int32, String, PdfPage) Inserts a bookmark into the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfBookmark from the collection.
Top
See Also