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