Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | Refresh (psi, rect) |
A callback function used to refresh a specified region for PSI. More... | |
def | Release () |
A callback function used to release current callback object itself. More... | |
This class represents a callback object for refreshing a region for PSI. All the pure virtual functions in this class are used as callback functions and should be implemented by user. An implemented PSICallback object can be set to a PSI object by function FoxitPDFSDKPython2.PSI.SetCallback .
def FoxitPDFSDKPython2.PSICallback.Refresh | ( | psi, | |
rect | |||
) |
A callback function used to refresh a specified region for PSI.
[in] | psi | A PSI object. |
[in] | rect | Rectangle of the refresh region. |
def FoxitPDFSDKPython2.PSICallback.Release | ( | ) |
A callback function used to release current callback object itself.