Searches for the specified Action in the ActionCollection.

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

Return Value

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

See Also