Method IndexOf
Namespace TallComponents.PDF.Annotations.CustomAnnotations
Class CustomAnnotationCollection
Returns the index of the specified custom annotation in the collection.
Syntax
public
Int32
IndexOf(
CustomAnnotation
annotation
)
Returns
Int32
The zero-based index of the item found in the collection; otherwise, -1.
Parameters
CustomAnnotation
annotation
The custom annotation to locate in this collection.