Foxit PDF SDK
|
A callback class used for converting DWG to PDF. More...
Public Member Functions | |
void | onProgress (String message, float 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 for converting DWG to PDF.
This class is used to receive the progress of converting DWG to PDF.
void com.foxit.sdk.addon.conversion.DWG2PDFProgressCallback.onProgress | ( | String | message, |
float | progress | ||
) |
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. |
void com.foxit.sdk.addon.conversion.DWG2PDFProgressCallback.release | ( | ) |
A callback function used to release current callback object itself.