Foxit PDF Conversion SDK
FoxitPDFConversionSDKPython3.Progressive Class Reference
Inheritance diagram for FoxitPDFConversionSDKPython3.Progressive:
FoxitPDFConversionSDKPython3.Base

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_Error = _fpdfconversionsdk.Progressive_e_Error
 Progress state: any error occurs.
 
 e_Finished = _fpdfconversionsdk.Progressive_e_Finished
 Progress state: progress is finished.
 
 e_ToBeContinued = _fpdfconversionsdk.Progressive_e_ToBeContinued
 Progress state: progress needs to be continued.
 

Detailed Description

This class represents a progressive object, which is used for progressive process as converting PDF document to Office document.

Constructor & Destructor Documentation

◆ Progressive()

def FoxitPDFConversionSDKPython3.Progressive.Progressive (   other)

Constructor, with another progressive object.

Parameters
[in]otherAnother progressive object.

Member Function Documentation

◆ Continue()

def FoxitPDFConversionSDKPython3.Progressive.Continue ( )

Continue the progressive process.

Returns
FoxitPDFConversionSDKPython3.Progressive.e_Finished means current process is finished successfully.
FoxitPDFConversionSDKPython3.Progressive.e_ToBeContinued means current process is suspended, and this function needs to be called again to continue the process.
FoxitPDFConversionSDKPython3.Progressive.e_Error means any error occurs.

◆ GetRateOfProgress()

def FoxitPDFConversionSDKPython3.Progressive.GetRateOfProgress ( )

Get the rate of current progress.

Returns
An integer between 0 and 100 (inclusive), indicating the rate of current progress. -1 means error.