Pdf |
The PdfLinkCollections type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a PdfLink to the collection | |
| Clear | Removes all PdfLink from the collection | |
| Contains | Determines whether the collection contains a specific PdfLink. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetLinkAtPoint(FS_POINTF) | Find a link at specified point on a document page | |
| GetLinkAtPoint(Single, Single) | Find a link at specified point on a document page | |
| IndexOf | Determines the index of a specific PdfLink in the collection. | |
| Insert | Inserts a PdfLink to the collection at the specified index. | |
| Remove | Removes the first occurrence of a specific PdfLink from the collection. | |
| RemoveAt | Removes the PdfLink at the specified index. |