Create a new action context.

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

Syntax

C#
public ActionContext(
	Document document
)
Visual Basic
Public Sub New ( _
	document As Document _
)

Parameters

document
Type: TallComponents.PDF..::..Document
The document in which the actions live.

See Also