Creates a new UriAction that starts an external web site from the given URL.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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.

See Also