ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_page_group_add
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_PAGE > IG_ARTX_page_group_add

Glossary Item Box

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:

hPage ArtX page handle.
lpszName Name of group to add.
lphGroup 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.

©2012. Accusoft Corporation. All Rights Reserved.