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