Removes multiple actions from the collection.

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

Syntax

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

Parameters

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

See Also