ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_page_group_get
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_get

Glossary Item Box

This function returns handle of group with name specified.

Declaration:

  Copy Code
AT_ERRCOUNT IG_ARTX_page_group_get(
        HIG_ARTX_PAGE hPage,
        LPSTR lpszGroupName,
        LPHIG_ARTX_GROUP lphGroup
);

Arguments:

hPage ArtX page handle.
lpszGroupName Name of the group to get.
lphGroup 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.

©2012. Accusoft Corporation. All Rights Reserved.