FSPDF_ACTIONDATA_HIDE Struct Reference

Structure for action type FSPDF_ACTION_HIDE. 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_BOOL hide
 Indicate to hide annotations or show them.
 

Detailed Description

Structure for action type FSPDF_ACTION_HIDE.

Member Data Documentation

FSCRT_BSTR* FSPDF_ACTIONDATA_HIDE::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().

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

Foxit Corporation