Foxit PDF SDK
<FSDWG2PDFProgressCallback> Protocol Reference

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...
 

Detailed Description

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

Method Documentation

◆ onProgress:progress:()

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

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.

◆ release()

- (void) release
required

A callback function used to release current callback object itself.

Returns
None.