Accusoft.PdfXpress6.Net
URI Property




Specifies the URI (Uniform Resource Identifier) of the hyperlink.
Syntax
'Declaration
 
Public Property URI As String
'Usage
 
Dim instance As Hyperlink
Dim value As String
 
instance.URI = value
 
value = instance.URI
public string URI {get; set;}
public: __property string* get_URI();
public: __property void set_URI( 
   string* value
);
public:
property String^ URI {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Hyperlink Class
Hyperlink Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback