PDFReaderControls.NET Professional Type Reference

UriAction Constructor

Creates a new UriAction that starts an external web site from its URL. Initial URL is empty.

Overload List

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);

See Also

UriAction Class | TallComponents.PDF.Actions Namespace