PDFReaderControls.NET Professional Type Reference

CustomAnnotationCollection.IndexOf Method 

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

public int IndexOf(
   CustomAnnotation customAnnotation
);

Parameters

customAnnotation
The custom annotation to locate in this collection.

Return Value

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

See Also

CustomAnnotationCollection Class | TallComponents.PDF.Annotations Namespace