Removes multiple actions from the collection.

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

Syntax

C#
public void RemoveRange(
	Action[] actions
)
Visual Basic
Public Sub RemoveRange ( _
	actions As Action() _
)

Parameters

actions
Type: array<TallComponents.PDF.Layout.Actions..::..Action>[]()[][]
The actions to remove

See Also