Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | Release () |
A callback function used to release current callback object itself. More... | |
def | UpdateCurrentStateData (current_rate, current_state_string) |
A callback function used to update current progress state data to user in order that user can update their progress bar. More... | |
This class represent a callback object to update the progress data to user. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
def FoxitPDFSDKPython2.ProgressCallback.Release | ( | ) |
A callback function used to release current callback object itself.
def FoxitPDFSDKPython2.ProgressCallback.UpdateCurrentStateData | ( | current_rate, | |
current_state_string | |||
) |
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. |
[in] | current_state_string | A string that describing what current state is. This may be an empty string. |