Foxit PDF SDK  9.1
<FSDWG2PDFProgressCallback> Protocol Reference
Inheritance diagram for <FSDWG2PDFProgressCallback>:

Instance Methods

(void) - onProgress:progress:
 A callback function to be called when converting DWG to PDF. More...
 

Method Documentation

◆ onProgress:progress:

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

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

Parameters
[in]messageThe message of the current converting process.
[in]progressThe progress of the current converting process. It ranges from 0 to 100.
Returns
None.