Go to Uri

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public virtual void GoToUri(
	string uri,
	bool isMap,
	ActionContext context
)
Visual Basic
Public Overridable Sub GoToUri ( _
	uri As String, _
	isMap As Boolean, _
	context As ActionContext _
)

Parameters

uri
Type: System..::..String
Go to this Uri.
isMap
Type: System..::..Boolean
If set, pass the mouse coordinates (x,y) to the Uri like this: http://www.tallcomponents.com?100,200.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The context in which this action is executed.

Remarks

context can be nullNothingnullptra null reference (Nothing in Visual Basic).

See Also