Creates a new UriAction that starts an external web site from its URL. Initial URL is empty.
Creates a new UriAction that starts an external web site from its URL. Initial URL is empty.
public UriAction();
Creates a new UriAction that starts an external web site from the given URL.
public UriAction(string);
Creates a new UriAction that starts an external web site from the given URL.
public UriAction(string,bool);
UriAction Class | TallComponents.PDF.Actions Namespace