PDFReaderControls.NET Professional Type Reference

ActionCollection.IndexOf Method 

Searches for the specified Action in the ActionCollection.

public int IndexOf(
   Action action
);

Parameters

action
The Action to locate in the ActionCollection.

Return Value

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

See Also

ActionCollection Class | TallComponents.PDF.Actions Namespace