Class LaunchAction
Contents
[
Hide
]LaunchAction class
Represents a launch action that launches an application or opens or prints a document.
public sealed class LaunchAction : PdfAction
Constructors
Name | Description |
---|---|
LaunchAction(string) | Creates a launch action. |
LaunchAction(Document, string) | Creates a launch action. |
Properties
Name | Description |
---|---|
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. |
See Also
- class PdfAction
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF