| PDFReaderControls.NET Professional Type Reference |
|
LinkCollection.IndexOf Method
Returns the index of the specified link annotation in the collection.
public
int IndexOf(
Link linkAnnotation);
Parameters
-
linkAnnotation
- The link annotation to locate in this collection.
Return Value
The zero-based index of the item found in the collection; otherwise, -1.
See Also
LinkCollection Class | TallComponents.PDF.Annotations Namespace