ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Objects Reference / HIG_ARTX_PAGE / IG_ARTX_page_save
In This Topic
    IG_ARTX_page_save
    In This Topic

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