FSPDF_ACTIONDATA_JAVASCRIPT Struct Reference

Structure for action type FSPDF_ACTION_JAVASCRIPT. More...

#include <fpdf_base_r.h>

Public Attributes

FSCRT_BSTR javascript
 Javascript contents, in UTF-8. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_JAVASCRIPT.

Member Data Documentation

FSCRT_BSTR FSPDF_ACTIONDATA_JAVASCRIPT::javascript

Javascript contents, in UTF-8.

Note
If FSCRT_BSTR::str of javascript is a const string, the application should set this to NULL before calling function FSPDF_ActionData_Clear() to release resources of action data. Otherwise, the application should release action data by itself, instead of using function FSPDF_ActionData_Clear().

The documentation for this struct was generated from the following file:

Foxit Corporation