URI Property (GdViewer.PdfUriNavigationEventArgs)
 
            
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property URI As String
             
        
            
            public string URI {get; set;}
             
        
            
            public read-write property URI: String; 
             
        
            
            public function get,set URI : String
             
        
            
            public: __property string* get_URI();
public: __property void set_URI( 
   string* value
);
             
        
            
            public:
property String^ URI {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also