Redactor progress callback function signature.
Declaration:
Copy Code | |
---|---|
AT_VOID ACCUAPI FNIG_REC_REDACTOR_PROGRESS_CB(
LPAT_REC_REDACTOR_PROGRESS_CB_PARAMS params,
LPVOID userdata
);
|
Arguments:
Name | Type | Description |
params | LPAT_REC_REDACTOR_PROGRESS_CB_PARAMS | Progress details about a redact operation. |
userdata | LPVOID | User data passed to the callback function. The data to be passed can be set with IG_REC_redactor_progress_cb_set. |
Return Value:
None
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.