Foxit PDF RDK
RenderPageTaskCallBack Class Reference

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

Detailed Description

Defines a callback interface for handling the result of a RenderPageTask.

Member Function Documentation

◆ result()

RenderPageTaskCallBack.result ( task  )

Handles the result of a RenderPageTask.

Parameters
{RenderPageTask}task - The RenderPageTask whose result is being processed. This method is called specifically to handle the result of the task.