Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
virtual bool | NeedToPause () |
A callback function used to pause the current conversion progress. More... | |
virtual void | ProgressNotify (int converted_count, int total_count) |
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.
|
inlinevirtual |
A callback function used to pause the current conversion progress.
|
inlinevirtual |
A callback function used to notify the current conversion progress.
[in] | converted_count | The converted page count. |
[in] | total_count | The total page count. |