Excute all actions in this collection (in the order the collection contains the actions).

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

Syntax

C#
public void Execute(
	ActionHandler handler,
	ActionContext context
)
Visual Basic
Public Sub Execute ( _
	handler As ActionHandler, _
	context As ActionContext _
)

Parameters

handler
Type: TallComponents.PDF.Actions..::..ActionHandler
The handler used to execute.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The context for this action.

See Also