Foxit PDF SDK
FoxitPDFSDKPython2.DWG2PDFProgressCallback Class Reference

A callback class used for converting DWG to PDF.
More...

Inherits FoxitPDFSDKPython2._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...
 

Detailed Description

A callback class used for converting DWG to PDF.

This class is used to receive the progress of converting DWG to PDF.

Member Function Documentation

◆ OnProgress()

def FoxitPDFSDKPython2.DWG2PDFProgressCallback.OnProgress (   message,
  progress 
)

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()

def FoxitPDFSDKPython2.DWG2PDFProgressCallback.Release ( )

A callback function used to release current callback object itself.

Returns
None.