ImageGear for C and C++ on Linux v20.0 - Updated
IG_lic_solution_key_set
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Licensing Functions > IG_lic_solution_key_set

This function specifies your deployment Solution Key for the  Gold/Platinum 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.

Is this page helpful?
Yes No
Thanks for your feedback.