Searches for the specified Annotation in the AnnotationCollection.

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(
	Annotation annotation
)
Visual Basic
Public Function IndexOf ( _
	annotation As Annotation _
) As Integer

Return Value

The zero-based index at which the Annotation is found, -1 if not found.

See Also