Returns the index of the specified link annotation in the collection.
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public int IndexOf( Link linkAnnotation ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ linkAnnotation As Link _ ) As Integer |
Parameters
- linkAnnotation
- Type: TallComponents.PDF.Annotations..::..Link
The link annotation to locate in this collection.