PDFView4NET WPF Edition
Parameters Property




O2S.Components.PDFView4NET.Actions Namespace > PDFLaunchAction Class : Parameters Property
Gets or sets a parameter string to be passed to the launched application.
Syntax
'Declaration
 
Public Property Parameters As String
'Usage
 
Dim instance As PDFLaunchAction
Dim value As String
 
instance.Parameters = value
 
value = instance.Parameters
public string Parameters {get; set;}
public: __property string* get_Parameters();
public: __property void set_Parameters( 
   string* value
);
public:
property String^ Parameters {
   String^ get();
   void set (    String^ value);
}

Property Value

An string value specifying the the list of parameters to be passed to the launched application
Remarks
This property matches the string of parameters as if they were passed to the application in the command line.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFLaunchAction Class
PDFLaunchAction Members