OptionalonIt is called whenever the application is to being activated or deactivated.
The user-supplied data
OptionalonIt is called by Foxit Reader when the task panel was changed.
The user-supplied data
Changed the name of the task panel.
OptionalonIt is called by Foxit Reader when the main frame client size is changing.
The user-supplied data
OptionalonIt is called by Foxit Reader when the main frame’s size is changing.
The user-supplied data
OptionalonIt is called by Foxit Reader when the main frame finishes loading.
The user-supplied data
OptionalonIt is called by Foxit Reader when Foxit Reader is going to open a document. Returning TRUE means the plug-in will take over the process, and the Foxit Reader will terminate the process, otherwise the Foxit Reader will continue the opening process.
The user-supplied data
The file path to be opened.
TRUE means the plug-in will take over the process, and the Foxit Reader will terminate the process, otherwise the Foxit Reader will continue the opening process.
OptionalonIt is called by Foxit Reader when the plugin is loaded.
The user-supplied data
the plugin name.
OptionalonIt is called by Foxit Reader when the plugin is loaded.
The user-supplied data
the plugin name.
OptionalonIt is called at the shutdown time.
The user-supplied data
OptionalonIt is called by Foxit Reader when the ribbon category before change.
The user-supplied data
he actived ribbon category name.
OptionalonIt is called by Foxit Reader when the ribbon category is changed.
The user-supplied data
The actived ribbon category name.
OptionalonIt is called by Foxit Reader when the ribbon file page shows.
The user-supplied data
OptionalonIt is called by Foxit Reader when the ribbon file page shows finish.
The user-supplied data
OptionalonIt is called by Foxit Reader when the task pane is being shown.
The user-supplied data
Whether the task pane is to be shown or not.
App event callback functions
Description
Used to handle various application events, such as language interface changes and tool switches.
Example