[]
Represents an action that launches an application or opens or prints a document.
public class ActionLaunch : ActionBase, IPdfDict
Public Class ActionLaunch
Inherits ActionBase
Implements IPdfDict
| Name | Description |
|---|---|
| ActionLaunch() | Initializes a new instance of the ActionLaunch class. |
| Name | Description |
|---|---|
| File | Gets or sets the FileSpecification object defining application to be launched or the document to be opened or printed. |
| NewWindow | 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. |
| Win | Gets the ActionLaunch.WinAttrs object defining windows-specific parameters of the launch action. |