PDFKit.NET 2.0 Class Library (.NET 2.0)

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