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

This function loads annotations from HIGEAR to the ArtX page.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_page_load(
        HIG_ARTX_PAGE hArtPage,
        HIGEAR hIGear
        AT_BOOL bAppend
);

Arguments:

Name Type Description
hArtPage HIG_ARTX_PAGE ArtX page handle.
hIGear HIGEAR Handle to the image page with annotations. It can be TIF or PDF page.
bAppend AT_BOOL When set to FALSE, specifies that the current content of ArtX page is destroyed before annotation loading. Otherwise file content is to append ArtX page.

Return Value:

Error count.

Supported Raster Image Formats:

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