Foxit PDF SDK
|
Inherits <FSBaseNSObject>.
Instance Methods | |
(void) | - onProgress:progress: |
A callback function to be called when converting DWG to PDF. More... | |
(void) | - release |
A callback function used to release current callback object itself. More... | |
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.