ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Objects Reference / HIG_ARTX_PAGE / IG_ARTX_page_group_add
In This Topic
    IG_ARTX_page_group_add
    In This Topic

    This function adds new group to ArtX page.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT IG_ARTX_page_group_add(
            HIG_ARTX_PAGE hPage,
            LPSTR lpszName,
            LPHIG_ARTX_GROUP lphGroup
    );
    

    Arguments:

    Name Type Description
    hPage HIG_ARTX_PAGE ArtX page handle.
    lpszName LPSTR Name of group to add.
    lphGroup LPHIG_ARTX_GROUP Pointer to storage for function result. Output contains handle on created group. If group with the name specified already exists, this function returns handle of existing group.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.