A3DPDFDocumentSetActionJavascript

A3DStatus A3DPDFDocumentSetActionJavascript(A3DPDFDocument *pDoc, const A3DPDFEEventActionType eEventActionType, const A3DUTF8Char *pcJavascriptString)
A3DStatus A3DPDFDocumentSetActionJavascript(A3DPDFDocument* pDoc, const A3DPDFEEventActionType eEventActionType, const A3DUTF8Char* pcJavascriptString)

Function to define a javaScript action to an event triggered on the document.

The JavaScript is defined as a string.

Parameters

pDoc: The Document object to work with.

eEventActionType: The action type. Only:c:enumerator:~kA3DPDFEventDocWillClose,:c:enumerator:~kA3DPDFEventDocWillSavekA3DPDFEventDocDidSavekA3DPDFEventDocWillPrintand:c:enumerator:~kA3DPDFEventDocDidPrintare relevant at document level.

pcJavascriptString: The string which contains the JavaScript.

Returns

A3D_SUCCESS in case of success or an error code