Creates a new UriAction that starts an external web site from the given URL.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public UriAction( string uri, bool isMap ) |
| Visual Basic |
|---|
Public Sub New ( _ uri As String, _ isMap As Boolean _ ) |
Parameters
- uri
- Type: System..::..String
The uniform resource identifier (uri) for this Uri action.
- isMap
- Type: System..::..Boolean
A flag specifying whether to track the mouse position when the Uri is resolved.