Removes an Action from this ActionCollection.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public void Remove(
	Action action
)
Visual Basic
Public Sub Remove ( _
	action As Action _
)

Parameters

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

See Also