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

    This function takes the list of save constants of type {nFormatID|nCompression<<16} and generates the embossing strength.

    Declaration:

     
    Copy Code
    VOID ACCUAPI IG_gui_save_filter_get (
            LPAT_LMODE lpSaveList, 
            UINT nSListSize, 
            LPBYTE lpFilter, 
            UINT nFilterSize 
    );
    

    Arguments:

    Name Type Description
    lpSaveList LPAT_MODE An array of save constants.
    nSListSize UINT An array size.
    lpFilter LPBYTE A character array.
    nFilterSize UINT An array size.

    Return Value:

    None

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    None

    Remarks:

    The valid range is from 1.0 to 5.0. The correspondent char array can be passed directly as OPENFILENAME.lpstrFilter.