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

This function is used to enumerate all annotations on the page.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_page_mark_next(
        HIG_ARTX_PAGE hPage,
        LPHIG_ARTX_MARK phMark
);

Arguments:

Name Type Description
hPage HIG_ARTX_PAGE ArtX page handle.
phMark LPHIG_ARTX_MARK Input/output parameter. If *phMark represents valid annotation handle then this function call returns handle of next annotation on page.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This function returns the handle of the next annotation.