Aspose::Pdf::Annotations::LaunchAction class

LaunchAction class

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

class LaunchAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
get_File()Gets the application to be launched or the document to be opened or printed.
get_NewWindow()Gets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
get_Next()Next actions in sequence.
GetECMAScriptString()Gets string for ECMAScript Action.
LaunchAction(System::String)Creates a launch action.
LaunchAction(System::SharedPtr<Document>, System::String)Creates a launch action.
set_File(System::String)Sets the application to be launched or the document to be opened or printed.
set_NewWindow(ExtendedBoolean)Sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also