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

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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