ImageGear Professional DLL v18.1 for Windows
IG_ARTX_page_apply_to_image
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_PAGE > IG_ARTX_page_apply_to_image

Glossary Item Box

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 Professional.

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.

©2014. Accusoft Corporation. All Rights Reserved.