LaunchAction

LaunchAction class

Represents a launch action that launches an application or opens or prints a document.

The LaunchAction type exposes the following members:

Constructors

NameDescription
LaunchAction(file)Initializes a new instance of the LaunchAction class
LaunchAction(document, file)Initializes a new instance of the LaunchAction class

Properties

NameDescription
nextNext actions in sequence.
fileGets or sets the application to be launched or the document to be opened or printed.
new_windowGets or sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).

See Also