Foxit PDF SDK
<FSDWG2PDFProgressCallback>协议 参考

继承自 <FSBaseNSObject> .

构造函数

(void) - onProgress:progress:
 A callback function to be called when converting DWG to PDF. 更多...
 
(void) - release
 A callback function used to release current callback object itself. 更多...
 

详细描述

A callback class used to receive the progress of converting DWG to PDF.

函数文档

◆ onProgress:progress:()

- (void) onProgress: (NSString *)  message
progress: (float)  progress 
required

A callback function to be called when converting DWG to PDF.

参数
[in]messageThe message of the current converting process.
[in]progressThe progress of the current converting process. It ranges from 0 to 100.
返回
None.

◆ release()

- (void) release
required

A callback function used to release current callback object itself.

返回
None.