Searches for the specified Action in the ActionCollection.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public int IndexOf( Action action ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ action As Action _ ) As Integer |
Parameters
- action
- Type: TallComponents.PDF.Actions..::..Action
The Action to locate in the ActionCollection.