Foxit PDF SDK
|
A callback class used for converting DWG to PDF. More...
Inherits SystemIDisposable.
Public Member Functions | |
virtual void | OnProgress (string message, float progress) |
A callback function to be called when converting DWG to PDF. More... | |
virtual 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.
|
inlinevirtual |
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. |
|
inlinevirtual |
A callback function used to release current callback object itself.