ImageGear Professional DLL v18.1 for Windows
IG_ARTX_link_create
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_LINK > IG_ARTX_link_create

Glossary Item Box

This function creates new Link object.

Declaration:

  Copy Code
      
AT_ERRCOUNT ACCUAPI IG_ARTX_link_create(
        LPVOID lpData,
        enumIGArtXHighlightModes nHighlightMode,
        LPHIG_ARTX_LINK lphLink
);

Arguments:

Name Type Description
lpData LPVOID Link data.
nHighlightMode enumIGArtXHighlightModes Link highlight mode that can be used by GUI to highlight the hotspot area.
lphLink LPHIG_ARTX_LINK Created Link object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.