 
            This function applies all the image related marks from hArtPage to the specified hIGear.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT IG_ARTX_page_apply_to_image (
        HIG_ARTX_PAGE hArtPage,
        HIGEAR hIGear
);
 | |
| Name | Type | Description | 
|---|---|---|
| hArtPage | HIG_ARTX_PAGE | ArtX page handle. | 
| hIGear | HIGEAR | Handle to the image to which to apply marks. | 
Error count.
All pixel formats supported by ImageGear for C and C++.
Currently, only the Encryption mark is directly related to an image. This function encrypts areas of hIGear covered by all encryption marks from hArtPage.