FSPDF_ACTIONDATA_URI Struct Reference

Structure for action type FSPDF_ACTION_URI. More...

#include <fpdf_base_r.h>

Public Attributes

FSCRT_BSTR url
 URL address, in UTF-8. More...
 
FS_BOOL mapPosition
 Whether to track the mouse position when the URI is resolved. More...
 

Detailed Description

Structure for action type FSPDF_ACTION_URI.

Member Data Documentation

FS_BOOL FSPDF_ACTIONDATA_URI::mapPosition

Whether to track the mouse position when the URI is resolved.

Please refer to section 8.5.3 in PDF Reference 1.7.

FSCRT_BSTR FSPDF_ACTIONDATA_URI::url

URL address, in UTF-8.

Note
If FSCRT_BSTR::str of url 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