ImageGear for C and C++ on Windows v20.0 - Updated
IG_ARTX_page_apply_to_image
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_PAGE > IG_ARTX_page_apply_to_image

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.

Is this page helpful?
Yes No
Thanks for your feedback.