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
)
Public Shared Function CreateLaunch (
doc As SDFDoc,
path As String
) As Action
public:
static Action^ CreateLaunch(
[InAttribute] SDFDoc^ doc,
[InAttribute] String^ path
)
pdftron.PDF.Action.CreateLaunch = function(doc, 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