PDFReaderControls.NET Professional Type Reference

MarkupCollection.IndexOf Method 

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

public int IndexOf(
   Markup markup
);

Parameters

markup
The markup annotation to locate in this collection.

Return Value

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

See Also

MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace