Namespace TallComponents.PDF.Layout.Actions
Class UriAction
A UriAction starts an external web site from its URL.
Syntax
public class UriAction
: Action
Constructors
UriAction()
Creates a new UriAction that starts an external web site from its URL. Initial URL is empty.
UriAction(String)
Creates a new UriAction that starts an external web site from the given URL.
UriAction(String,Boolean)
Creates a new UriAction that starts an external web site from the given URL.
Properties
Boolean IsMap
A flag specifying whether to track the mouse position when the Uri is resolved.
String Uri
The uniform resource identifier (uri) for this Uri action.