ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Licensing Functions / IG_lic_solution_key_set
In This Topic
    IG_lic_solution_key_set
    In This Topic

    This function specifies your deployment Solution Key for the Server/User deployment licensing models.

    Declaration:

     
    Copy Code
    VOID ACCUAPI IG_lic_solution_key_set ( 
            DWORD dwKey1,  
            DWORD dwKey2,  
            DWORD dwKey3,  
            DWORD dwKey4  
    ); 
    

    Arguments:

    Name Type Description
    dwKey1 DWORD Key1 component of the solution key.
    dwKey2 DWORD Key2 component of the solution key.
    dwKey3 DWORD Key3 component of the solution key.
    dwKey4 DWORD Key4 component of the solution key.

    Return Value:

    None

    Supported Raster Image Formats:

    This function does not process image pixels.