Click or drag to resize

PdfDestinationCollections Methods

The PdfDestinationCollections type exposes the following members.

Methods
 NameDescription
Public methodAdd(PdfDestination) Adds a PdfDestination to the collection
Obsolete
Public methodAdd(PdfDestination, String) Adds a PdfDestination to the collection
Public methodClear Removes all PdfDestination from the collection
Public methodContains Determines whether the collection contains a specific PdfDestination.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetByName Get a special destination by the name.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfDestination in the collection.
Public methodInsert Inserts a PdfDestination to the collection at the specified index.
Obsolete
Public methodRemove(PdfDestination) Removes the first occurrence of a specific PdfDestination from the collection.
Public methodRemove(String) Removes the first occurrence of a specific PdfDestination from the collection.
Public methodRemoveAt Removes the PdfDestination at the specified index.
Top
See Also