Removes an Action from this ActionCollection.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Remove(
	Action action
)
Visual Basic
Public Function Remove ( _
	action As Action _
) As Boolean

Parameters

action
Type: TallComponents.PDF.Actions..::..Action
The action to remove.

Return Value

true if removing the action succeeded/

See Also