|
Foxit PDF SDK
|
Public Member Functions | |
| void | progressNotify (int current_rate) |
| A callback function used to update current progress state data to user in order that user can update their progress bar. More... | |
This class represents a callback object to notify the OCR progress. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
| void com.foxit.sdk.addon.ocr.OCRProgressCallback.progressNotify | ( | int | current_rate | ) |
A callback function used to update current progress state data to user in order that user can update their progress bar.
| [in] | current_rate | Current rate. It would be between 0 and 100 (inclusive). 100 means finished. |