ImageGear Professional DLL v18.1 for Windows
AT_REC_REDACTOR_PROGRESS_CB_PARAMS
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Recognition Component API Reference > Recognition Component Structures Reference > AT_REC_REDACTOR_PROGRESS_CB_PARAMS

Glossary Item Box

Redactor Progress Callback Parameters.

Declaration:

  Copy Code
typedef struct tagAT_REC_REDACTOR_PROGRESS_CB_PARAMS
{
   AT_BOOL keep_going;
   AT_INT percent;

} AT_REC_REDACTOR_PROGRESS_CB_PARAMS, * LPAT_REC_REDACTOR_PROGRESS_CB_PARAMS;

Structure Members:

Name Type Description
keep_going AT_BOOL A toggle that controls whether the current operation is aborted. Acceptable values include { TRUE , FALSE }. Default value is TRUE.
percent AT_INT The progress of the current operation as a percentage. Acceptable values are in the range [ 0 , 100 ]. Default value is 0.

©2014. Accusoft Corporation. All Rights Reserved.