|
Foxit PDF Conversion SDK
|
Public 成员函数 | |
| def | NeedToPause () |
| 用于暂停当前转换进度的回调函数。 更多... | |
| def | ProgressNotify (converted_count, total_count) |
| 用于通知当前转换进度的回调函数。 更多... | |
此类表示在转换过程中用于暂停和通知转换进度的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现。
| def fpdfconversionsdk.ConvertCallback.NeedToPause | ( | ) |
用于暂停当前转换进度的回调函数。
| def fpdfconversionsdk.ConvertCallback.ProgressNotify | ( | converted_count, | |
| total_count | |||
| ) |
用于通知当前转换进度的回调函数。
| [in] | converted_count | 已转换的页数。 |
| [in] | total_count | 总页数。 |