Foxit PDF SDK
|
A callback class used for converting DWG to PDF. More...
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | OnProgress (message, progress) |
A callback function to be called when converting DWG to PDF. More... | |
def | 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.
def FoxitPDFSDKPython3.DWG2PDFProgressCallback.OnProgress | ( | message, | |
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. |
def FoxitPDFSDKPython3.DWG2PDFProgressCallback.Release | ( | ) |
A callback function used to release current callback object itself.