FilePath Property (GdViewer.PdfFileNavigationEventArgs)
In This Topic
The path of the file to navigate to.
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