Creates a new LaunchAction that starts an external Application.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.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