|
Foxit PDF RDK
|
Defines a callback interface for handling the result of a RenderPageTask. More...
Public Member Functions | |
| constructor () | |
| Constructor for the RenderPageTaskCallBack class. Initializes a new instance of the RenderPageTaskCallBack. | |
| result (task) | |
| Handles the result of a RenderPageTask. More... | |
Defines a callback interface for handling the result of a RenderPageTask.
| RenderPageTaskCallBack.result | ( | task | ) |
Handles the result of a RenderPageTask.
| {RenderPageTask} | task - The RenderPageTask whose result is being processed. This method is called specifically to handle the result of the task. |