Searches for the specified Action in the ActionCollection.

Namespace: TallComponents.PDF.Actions
Assembly: 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.

Return Value

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

See Also