Foxit PDF Conversion SDK
foxit.common.Progressive类 参考
类 foxit.common.Progressive 继承关系图:
foxit.common.Base

Public 类型

enum  State { State.e_Error = 0, State.e_ToBeContinued = 1, State.e_Finished = 2 }
 进度状态的枚举。 更多...
 

Public 成员函数

 Progressive (Progressive other)
 构造函数,使用另一个渐进式对象。 更多...
 
Progressive.State Continue ()
 继续渐进式过程。 更多...
 
int GetRateOfProgress ()
 获取当前进度的比率。 更多...
 

详细描述

此类表示一个渐进式对象,用于将PDF文档转换为Office文档的渐进式过程。

成员枚举类型说明

◆ State

进度状态的枚举。

此枚举的值应单独使用。

枚举值
e_Error 

进度状态:发生任何错误。

e_ToBeContinued 

进度状态:进度需要继续。

e_Finished 

进度状态:进度已完成。

构造及析构函数说明

◆ Progressive()

foxit.common.Progressive.Progressive ( Progressive  other)
inline

构造函数,使用另一个渐进式对象。

参数
[in]other另一个渐进式对象。

成员函数说明

◆ Continue()

Progressive.State foxit.common.Progressive.Continue ( )
inline

继续渐进式过程。

返回
foxit.common.Progressive.State.e_Finished 表示当前过程已成功完成。
foxit.common.Progressive.State.e_ToBeContinued 表示当前过程已暂停, 需要再次调用此函数以继续该过程。
foxit.common.Progressive.State.e_Error 表示发生任何错误。

◆ GetRateOfProgress()

int foxit.common.Progressive.GetRateOfProgress ( )
inline

获取当前进度的比率。

返回
介于0和100之间(包括)的整数,表示当前进度的比率。 -1表示错误。