Pdf |
The PdfDestinationCollections type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(PdfDestination) |
Adds a PdfDestination to the collection
Obsolete | |
| Add(PdfDestination, String) | Adds a PdfDestination to the collection | |
| Clear | Removes all PdfDestination from the collection | |
| Contains | Determines whether the collection contains a specific PdfDestination. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| GetByName | Get a special destination by the name. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| IndexOf | Determines the index of a specific PdfDestination in the collection. | |
| Insert |
Inserts a PdfDestination to the collection at the specified index.
Obsolete | |
| Remove(PdfDestination) | Removes the first occurrence of a specific PdfDestination from the collection. | |
| Remove(String) | Removes the first occurrence of a specific PdfDestination from the collection. | |
| RemoveAt | Removes the PdfDestination at the specified index. |