PdfAction
Overview
PdfAction is a class in Aspose.PDF FOSS for C++.
PdfAction.GetECMAScriptString() returns the JavaScript code attached to a PDF action, enabling inspection or modification of interactive scripts.
This class provides 3 methods for working with PdfAction objects in C++ programs.
Available methods include: GetECMAScriptString, ToString, ~PdfAction.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
~PdfAction() | Calls ~PdfAction on this PdfAction instance. |
GetECMAScriptString() → std::string | Returns the ecma script string. |
ToString() → std::string | Calls ToString on this PdfAction instance. |