FSPDF_ACTIONDATA_RESETFORM Struct Reference

Structure for action type FSPDF_ACTION_RESETFORM. More...

#include <fpdf_base_r.h>

Public Attributes

FSCRT_BSTRfields
 Pointer to an array which are names of fields to be included or excluded. More...
 
FS_INT32 count
 Count of elements in fields array.
 
FS_DWORD flags
 Flags specify including or excluding fields. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_RESETFORM.

Member Data Documentation

FSCRT_BSTR* FSPDF_ACTIONDATA_RESETFORM::fields

Pointer to an array which are names of fields to be included or excluded.

Note
Each element in this array should be in UTF-8.
If FSCRT_BSTR::str of namedAction 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().
FS_DWORD FSPDF_ACTIONDATA_RESETFORM::flags

Flags specify including or excluding fields.

It should be one of the following values at present:

  • 0: Include fields to reset.
  • 1: Exclude fields from resetting.

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

Foxit Corporation