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
| Signature | Description |
|---|---|
URI() → std::string | Calls URI on this GoToURIAction instance. |
URI(value: std::string) | Calls URI(value) on this GoToURIAction instance. |
GetECMAScriptString() → std::string | Returns the ecma script string. |
ToString() → std::string | Calls ToString on this GoToURIAction instance. |