Foxit PDF Conversion SDK
PDFConversionSDK.Progressive Class Reference

Public Member Functions

 Continue ()
 Continue the progressive process. More...
 
 GetRateOfProgress ()
 Get the rate of current progress. More...
 

Detailed Description

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

Member Function Documentation

◆ Continue()

PDFConversionSDK.Progressive.Continue ( )

Continue the progressive process.

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

◆ GetRateOfProgress()

PDFConversionSDK.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.