ImageGear for C and C++ on Windows v19.3 - Updated
IG_ARTX_page_save
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_PAGE > IG_ARTX_page_save

This function saves ArtX page content to HIGEAR.

Declaration:

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

Arguments:

Name Type Description
hArtPage HIG_ARTX_PAGE ArtX page handle.
hIGear HIGEAR Handle to the image page to which to save annotations. It can be TIF or PDF page.

Return Value:

Error count.

Supported Raster Image Formats:

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