Returns the index of the specified link annotation in the collection.

Namespace: TallComponents.PDF.Annotations
Assembly: 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.

Return Value

The zero-based index of the item found in the collection; otherwise, -1.

See Also