ImageGear Professional DLL v17.1 for Windows Accusoft
LPFNIG_ARTX_PRECREATEMARK_NOTIFY
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Callback Functions Reference > LPFNIG_ARTX_PRECREATEMARK_NOTIFY

Glossary Item Box

This callback is called before a mark is going to be created.

Declaration:

  Copy Code
typedef AT_VOID (LPACCUAPI LPFNIG_ARTX_PRECREATEMARK_NOTIFY)(
        HIG_ARTX_HANDLE hPage,
        HIG_ARTX_MARK hMark,
        LPVOID lpClientData

);

Arguments:

hPage ArtX page where the mark is located.
hMark ArtX mark that is going to be created.
lpClientData Client data that has been passed to the IG_ARTX_register_callback function.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.