In This Topic

FilePath Property (GdViewer.PdfLaunchActionEventArgs)

In This Topic
The path of the application to be launched or the file to be opened or printed according to the specified ActionType parameter.
Syntax
'Declaration

 

Public Property FilePath As String
public string FilePath {get; set;}
public read-write property FilePath: String; 
public function get,set FilePath : String
public: __property string* get_FilePath();

public: __property void set_FilePath( 

   string* value

);
public:

property String^ FilePath {

   String^ get();

   void set (    String^ value);

}
See Also