ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Structures Reference / AT_IGGUI_SAVEPAGE_INFO
In This Topic
    AT_IGGUI_SAVEPAGE_INFO
    In This Topic

    This structure is used by the IG_gui_save_page_dlg function, along with the AT_IGGUI_SAVEFILE_INFO structure, to return the file name, the page number to save or replace, and also the format identifier if the file format of the image is detected; it is also used by the IG_gui_save_pageinsert_dlg function, along with the AT_IGGUI_FORMAT_CB structure, to specify the saving parameters for the inserted page.

    Declaration:

     
    Copy Code
    typedef struct tag AT_IGGUI_SAVEPAGE_INFO
    {
            UINT nPage;
            AT_MODE nCompression;
            BOOL bReplace;
    }AT_IGGUI_SAVEPAGE_INFO;
    

    Members:

    Name Type Description
    nPage UINT A page to save.
    nCompression AT_MODE A compression to use.
    bReplace BOOL A replacement flag.