Create a new Named action.

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

Syntax

C#
public NamedAction(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name for the action to be performed by this named action.

See Also