[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionURI.-ctor

ActionURI Constructor

ActionURI()

Initialize a new instance of the ActionURI class.

Declaration
public ActionURI()
Public Sub New()

ActionURI(string)

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.

Declaration
public ActionURI(string uri)
Public Sub New(uri As String)
Parameters
Type Name Description
string uri

The URI to navigate to.