ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_link_data_set
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_LINK > IG_ARTX_link_data_set

This function sets the Link data.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_link_data_set(
        HIG_ARTX_LINK hLink,
        LPVOID lpData
);

Arguments:

Name Type Description
hLink HIG_ARTX_LINK Link object.
lpData LPVOID Pointer to the new data. Use HIG_PDF_ACTION object to associate a PDF action with the link.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.