[]
Defines a launch action launches an application or opens or prints a document.
public class ActionLaunch : ActionBase, IPdfDict
Initializes a new instance of the ActionLaunch class.
public ActionLaunch()
Gets or sets the FileSpecification object defining application to be launched or the document to be opened or printed.
public FileSpecification File { get; set; }
Gets or sets a value indicating whether to open the destination document in a new window. This property is ignored if this action is not a PDF document.
public bool NewWindow { get; set; }
Gets the ActionLaunch.WinAttrs object defining windows-specific parameters of the launch action.
public ActionLaunch.WinAttrs Win { get; set; }