|
Foxit PDF SDK
|
Public 成员函数 | |
| def | NeedToPause () |
| 用于暂停当前拆分进度的回调函数。 更多... | |
| def | ProgressNotify (before_splitting_file_name, after_split_file_path, split_page_count, total_page_count) |
| 用于通知当前拆分进度的回调函数。 更多... | |
| def | ResultNotify (result_array) |
| 用于通知当前拆分结果的回调函数。 更多... | |
此类表示用于在拆分过程中暂停和通知拆分进度以及通知拆分结果的回调对象。 此类中的所有纯虚函数用作回调函数,应由用户实现。
| def fsdk.SplitPDFDocCallback.NeedToPause | ( | ) |
用于暂停当前拆分进度的回调函数。
| def fsdk.SplitPDFDocCallback.ProgressNotify | ( | before_splitting_file_name, | |
| after_split_file_path, | |||
| split_page_count, | |||
| total_page_count | |||
| ) |
用于通知当前拆分进度的回调函数。
| [in] | before_splitting_file_name | 拆分前原始PDF文档的文件名。 |
| [in] | after_split_file_path | 拆分生成的PDF文档的文件路径。 |
| [in] | split_page_count | 当前PDF文档中要拆分的页面数。 |
| [in] | total_page_count | 当前PDF文档中的总页面数。 |
| def fsdk.SplitPDFDocCallback.ResultNotify | ( | result_array | ) |