Class GoToURIAction

GoToURIAction class

Represents a URI action causes a URI to be resolved.

public sealed class GoToURIAction : PdfAction

Constructors

NameDescription
GoToURIAction(string)Constructor.

Properties

NameDescription
Next { get; }Next actions in sequence.
URI { get; set; }Gets or sets the uniform resource identifier to resolve.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also