GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.PdfLaunchActionEventArgs Class / FilePath Property





In This Topic
FilePath Property (GdViewer.PdfLaunchActionEventArgs)
In This Topic
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