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_marks_remove_array
In This Topic
    IG_ARTX_page_marks_remove_array
    In This Topic

    This function removes several marks from page.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT IG_ARTX_page_marks_remove_array(
            HIG_ARTX_PAGE hArtPage,
            LPHIG_ARTX_MARK phMarkArray,
            AT_INT nCount
    );
    

    Arguments:

    Name Type Description
    hArtPage HIG_ARTX_PAGE ArtX page handle.
    phMarkArray LPHIG_ARTX_MARK Array with handles of marks to remove.
    nCount AT_INT Number of elements in phMarkArray array.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.