Foxit PDF SDK
|
Public Member Functions | |
def | Progressive (other) |
Constructor, with another progressive object. More... | |
def | Continue () |
Continue the progressive process. More... | |
def | GetRateOfProgress () |
Get the rate of current progress. More... | |
Static Public Attributes | |
e_Finished = _fsdk.Progressive_e_Finished | |
Progress state: progress is finished. | |
e_ToBeContinued = _fsdk.Progressive_e_ToBeContinued | |
Progress state: progress needs to be continued. | |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
def FoxitPDFSDKPython3.Progressive.Progressive | ( | other | ) |
Constructor, with another progressive object.
[in] | other | Another progressive object. |
def FoxitPDFSDKPython3.Progressive.Continue | ( | ) |
Continue the progressive process.
def FoxitPDFSDKPython3.Progressive.GetRateOfProgress | ( | ) |
Get the rate of current progress.