fpdf_markedcontent_w.h
Go to the documentation of this file.
1 
23 #ifndef _FSPDF_MARKEDCONTENT_W_H_
24 #define _FSPDF_MARKEDCONTENT_W_H_
25 
78 #ifdef __cplusplus
79 extern "C" {
80 #endif
81 
142 FS_RESULT FSPDF_MarkedContent_AddItem(FSCRT_PAGE page, FSPDF_MARKEDCONTENT mc, const FSCRT_BSTR* tagName, FS_INT32 paramType, FS_LPCVOID param);
143 
176 FS_RESULT FSPDF_MarkedContent_DeleteItem(FSCRT_PAGE page, FSPDF_MARKEDCONTENT mc, const FSCRT_BSTR* tagName);
177 
178 #ifdef __cplusplus
179 }
180 #endif
181  /* group FPDFPAGEOBJECTS */
183 
184 #endif /* _FSPDF_MARKEDCONTENT_W_H_ */
FS_RESULT FSPDF_MarkedContent_AddItem(FSCRT_PAGE page, FSPDF_MARKEDCONTENT mc, const FSCRT_BSTR *tagName, FS_INT32 paramType, FS_LPCVOID param)
Add a new marked content item to the current marked content object.
void const * FS_LPCVOID
A constant pointer to any types.
Definition: fs_base_r.h:130
int FS_INT32
32-bit signed integer.
Definition: fs_base_r.h:175
Structure for byte string.
Definition: fs_base_r.h:611
int FS_RESULT
Result code for functions in Foxit PDF SDK.
Definition: fs_base_r.h:160
FS_RESULT FSPDF_MarkedContent_DeleteItem(FSCRT_PAGE page, FSPDF_MARKEDCONTENT mc, const FSCRT_BSTR *tagName)
Delete a specific marked content item from the current marked content sequence.

Foxit Corporation