|
Foxit PDF SDK
|
继承自 <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.
|
required |
A callback function to be called when converting DWG to PDF.
| [in] | message | The message of the current converting process. |
| [in] | progress | The progress of the current converting process. It ranges from 0 to 100. |
|
required |
A callback function used to release current callback object itself.