GoToURIAction

GoToURIAction

Overview

GoToURIAction is a class in Aspose.PDF FOSS for C++.

This class provides 4 methods for working with GoToURIAction objects in C++ programs. Available methods include: GetECMAScriptString, ToString, URI. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
URI()std::stringCalls URI on this GoToURIAction instance.
URI(value: std::string)Calls URI(value) on this GoToURIAction instance.
GetECMAScriptString()std::stringReturns the ecma script string.
ToString()std::stringCalls ToString on this GoToURIAction instance.

See Also