Click or drag to resize

ActionCreateLaunch Method

Creates a new 'Launch' action. A launch action opens up a file using the most appropriate program.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Action CreateLaunch(
	SDFDoc doc,
	string path
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the document in which to create the action
path
Type: SystemString
full path of the file to be opened

Return Value

Type: Action
the action
See Also