Foxit::PDF::LaunchAction Class Reference

Class to represent launch action data. More...

Public Member Functions

 LaunchAction (Attachment^ attachment, String^ fileName, String^ defaultPath, String^ operation, String^ parameters, Boolean newWindow)
 Constructor to initialize a new instance of class PDF::LaunchAction with specific values.
 

Properties

Attachment^  Attachment
 (Reserved, not support currently) A PDF::Attachment object that specifies an application or document to be launched.
 
String^  FileName
 A String object that specifies the file name.
 
String^  DefaultPath
 (Optional)A String object that specifies the default path.
 
String^  Operation
 (Optional)A String object that specifies the operation to perform. More...
 
String^  Parameters
 (Optional)A String object that specifies the parameter string to be passed to the application.
 
Boolean NewWindow
 Whether a new window should be opened or not.
 

Detailed Description

Class to represent launch action data.

Property Documentation

String^ Foxit::PDF::LaunchAction::Operation

(Optional)A String object that specifies the operation to perform.

It should be one of the following values:

  • open: Open a document.
  • print: Print a document.

Foxit Corporation