ImageGear Professional DLL v18.1 for Windows
FNIG_REC_APPROX_REGEX_PROGRESS_CB
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Approx Regex Functions > FNIG_REC_APPROX_REGEX_PROGRESS_CB

Glossary Item Box

Approximate regex progress callback function signature.

Declaration:

  Copy Code
AT_VOID ACCUAPI FNIG_REC_APPROX_REGEX_PROGRESS_CB(
      LPAT_REC_APPROX_REGEX_PROGRESS_CB_PARAMS params, 
      LPVOID userdata
);

Arguments:

Name Type Description
params LPAT_REC_APPROX_REGEX_PROGRESS_CB_PARAMS Progress details about an approximate regex search.
userdata LPVOID User data passed to the callback function. The data to be passed can be set with IG_REC_approx_regex_progress_cb_set.

Return Value:

None

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

See Also

IG_REC_approx_regex_search_page

IG_REC_approx_regex_search_document

IG_REC_approx_regex_search_text

IG_REC_approx_regex_search_rec_page

IG_REC_approx_regex_search_rec_document

©2014. Accusoft Corporation. All Rights Reserved.