Creates a new LaunchAction that starts an external Application.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public LaunchAction(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)

Parameters

path
Type: System..::..String
The complete path of the application to launch.

See Also