Class LaunchAction

LaunchAction class

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

public sealed class LaunchAction : PdfAction

Constructors

NameDescription
LaunchAction(string)Creates a launch action.
LaunchAction(Document, string)Creates a launch action.

Properties

NameDescription
File { get; set; }Gets or sets the application to be launched or the document to be opened or printed.
NewWindow { get; set; }Gets or sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
Next { get; }Next actions in sequence.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also