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

This function returns handle of group with index specified.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_page_group_at(
        HIG_ARTX_PAGE hPage,
        AT_INT nIdx,
        LPHIG_ARTX_GROUP lphGroup
);

Arguments:

Name Type Description
hPage HIG_ARTX_PAGE ArtX page handle.
nIdx AT_INT Group index to get.
lphGroup LPHIG_ARTX_GROUP Pointer to storage for function result. An output contains handle of group requested or NULL if there is no group with this index number.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.