![]() | Pdf |
The PdfDestinationCollections type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of PdfDestination contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | ItemInt32 | Gets or sets the PdfDestination at the specified index |
![]() | ItemString | Gets or sets the PdfDestination by its name. |
Name | Description | |
---|---|---|
![]() | Add(PdfDestination) | Obsolete. Adds a PdfDestination to the collection |
![]() | 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 | Obsolete. Inserts a PdfDestination to the collection at the specified index. |
![]() | 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. |