PDFView4NET WinForms Edition
URI Property




O2S.Components.PDFView4NET.Actions Namespace > PDFUriAction Class : URI Property
Gets or sets the URI associated with this action.
Syntax
'Declaration
 
Public Property URI As String
'Usage
 
Dim instance As PDFUriAction
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);
}

Property Value

A url that will be launched in the default browser when the action is executed.
Exceptions
ExceptionDescription
Thrown when the URI is null (Nothing in VB.NET).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFUriAction Class
PDFUriAction Members