PDFReaderControls.NET Professional Type Reference

ActionHandler.GoToUri Method 

Go to Uri

public virtual void GoToUri(
   string uri,
   bool isMap,
   ActionContext context
);

Parameters

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

Remarks

context can be a null reference.

See Also

ActionHandler Class | TallComponents.PDF.Actions Namespace