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

SignatureDescription
~PdfAction()Calls ~PdfAction on this PdfAction instance.
GetECMAScriptString()std::stringReturns the ecma script string.
ToString()std::stringCalls ToString on this PdfAction instance.

See Also