Foxit PDF SDK
foxit.addon.conversion.DWG2PDFProgressCallback Class Reference

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

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

void foxit.addon.conversion.DWG2PDFProgressCallback.OnProgress ( string  message,
float  progress 
)
inlinevirtual

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 foxit.addon.conversion.DWG2PDFProgressCallback.Release ( )
inlinevirtual

A callback function used to release current callback object itself.

Returns
None.