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

Glossary Item Box

This function adds new mark to ArtX page.

Declaration:

  Copy Code
AT_ERRCOUNT IG_ARTX_page_mark_add_to_group_name(
        HIG_ARTX_PAGE hArtPage,
        HIG_ARTX_MARK hMark,
        enumIGArtXCoordType nCoordType,
        LPSTR lpszName,
        LPHIG_ARTX_MARK lphMark
);

Arguments:

hArtPage ArtX page handle.
hMark Handle of the mark to add. See HIG_ARTX_MARK.
nCoordType Coordinate type of the mark on page. Please see enumIGArtXCoordType values.
lpszName Name of the group to which to add the mark.
lphMark Pointer of mark object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Mark will be added to group with the name specified. If there is no such group on page it will be created firstly. Mark's coordinate system will be set to nCoordType value.

The following functions clone the mark instead of assuming ownership:

©2012. Accusoft Corporation. All Rights Reserved.