This function retrieves the last setting made by calling function IG_load_extra_mode_set().
Declaration:
| |
Copy Code |
AT_ERRCOUNT ACCUAPI IG_load_extra_mode_get(
enumIGExtraMode* lpMode
);
|
Arguments:
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.
Example:
| |
Copy Code |
enumIGExtraMode ExtraMode;
AT_ERRCOUNT nErrCount = IG_load_extra_mode_get ( &ExtraMode );
|