Removes multiple actions from the collection.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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