ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_GUI_register_hotspot_action
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_register_hotspot_action

Glossary Item Box

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.

Declaration:

  Copy Code
void IG_ARTX_GUI_register_hotspot_action(
        LPFNIG_ARTX_GUI_HOTSPOT_ACTION lpfnHotSpotAction, 
        LPVOID lpClientData
);

Arguments:

lpfnHotSpotAction A callback to register.
lpClientData Client data passed to the callback.

Return Value:

None

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

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.

©2012. Accusoft Corporation. All Rights Reserved.