Foxit PDF Conversion SDK
|
Public Member Functions | |
virtual bool | NeedToPause ()=0 |
A callback function used to pause the current conversion progress. More... | |
virtual void | ProgressNotify (int converted_count, int total_count)=0 |
A callback function used to notify the current conversion progress. More... | |
This class represents a callback object used to pause and notify the conversion progress during the converting process. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
|
pure virtual |
A callback function used to pause the current conversion progress.
|
pure virtual |
A callback function used to notify the current conversion progress.
[in] | converted_count | The converted page count. |
[in] | total_count | The total page count. |