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_apply_to_image
In This Topic
    IG_ARTX_page_apply_to_image
    In This Topic

    This function applies all the image related marks from hArtPage to the specified hIGear.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT IG_ARTX_page_apply_to_image (
            HIG_ARTX_PAGE hArtPage,
            HIGEAR hIGear
    );
    

    Arguments:

    Name Type Description
    hArtPage HIG_ARTX_PAGE ArtX page handle.
    hIGear HIGEAR Handle to the image to which to apply marks.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Remarks:

    Currently, only the Encryption mark is directly related to an image. This function encrypts areas of hIGear covered by all encryption marks from hArtPage.