Foxit PDF RDK
PageSizeTaskCallBack Class Reference

Defines a callback interface for handling results of a PageSizeTask. More...

Public Member Functions

 constructor ()
 Constructor for the PageSizeTaskCallBack class. Initializes a new instance of the PageSizeTaskCallBack.
 
 result (task)
 Handles the result of a PageSizeTask. More...
 

Detailed Description

Defines a callback interface for handling results of a PageSizeTask.

Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.

Member Function Documentation

◆ result()

PageSizeTaskCallBack.result ( task  )

Handles the result of a PageSizeTask.

Parameters
{PageSizeTask}task - The PageSizeTask whose result is being handled. This method is called when the task completes, providing access to its result.