This function is used to register a callback function that will be called from the ArtX GUI when a user clicks on a hotspot mark.
Copy Code
|
|
---|---|
void IG_ARTX_GUI_register_hotspot_action(
LPFNIG_ARTX_GUI_HOTSPOT_ACTION lpfnHotSpotAction,
LPVOID lpClientData
);
|
Name | Type | Description |
---|---|---|
lpfnHotSpotAction | LPFNIG_ARTX_GUI_HOTSPOT_ACTION | A callback to register. |
lpClientData | LPVOID | Client data passed to the callback. |
None
This function does not process image pixels.
You can use this function in a PDF application to register a callback that would perform a PDF action associated with the hotspot mark's link.