PDFKit.NET 2.0 Class Library (.NET 2.0)

AnnotationCollection.IndexOf Method 

Searches for the specified Annotation in the AnnotationCollection.

public int IndexOf(
   Annotation annotation
);

Parameters

annotation
The Annotation to locate in the AnnotationCollection.

Return Value

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

See Also

AnnotationCollection Class | TallComponents.PDF.Annotations Namespace