Aspose::Pdf::Annotations::GoToURIAction class

GoToURIAction class

Represents a URI action causes a URI to be resolved.

class GoToURIAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
get_Next()Next actions in sequence.
get_URI()Gets the uniform resource identifier to resolve.
GetECMAScriptString()Gets string for ECMAScript Action.
GoToURIAction(System::String)Constructor.
set_URI(System::String)Sets the uniform resource identifier to resolve.
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also