[]
Defines an URI action causes navigation to specified URI.
public class ActionURI : ActionBase, IPdfDict
Initialize a new instance of the ActionURI class.
public ActionURI()
Initialize a new instance of the ActionURI class, specifying the URI to navigate to.
Note that if the uri
includes non-ASCII characters, it should be encoded
as a URL, using methods such as System.Web.HttpUtility.UrlPathEncode or similar.
public ActionURI(string uri)
uri
stringThe URI to navigate to.
Gets or sets a value indicating whether to track the mouse position when the URI is resolved.
public bool IsMap { get; set; }
This property applies only to actions triggered by the user’s clicking an annotation; it is ignored for actions associated with OutlineNode or with a OpenAction property.
Gets or sets the URI to navigate.
public string URI { get; set; }