Foxit PDF RDK
CropPageSizeTaskCallback Class Reference

Defines a callback interface for handling the result of a CropPageSizeTask. More...

Public Member Functions

 constructor ()
 Constructor for the CropPageSizeTaskCallback class. Initializes a new instance of the CropPageSizeTaskCallback.
 
 execute (task)
 Executes the callback with the result of a CropPageSizeTask. More...
 
 result (task)
 Handles the result of a CropPageSizeTask. More...
 

Detailed Description

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

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

◆ execute()

CropPageSizeTaskCallback.execute ( task  )

Executes the callback with the result of a CropPageSizeTask.

Parameters
{CropPageSizeTask}task - The CropPageSizeTask whose result is being processed. This method is called to execute the callback when the task completes.

◆ result()

CropPageSizeTaskCallback.result ( task  )

Handles the result of a CropPageSizeTask.

Parameters
{CropPageSizeTask}task - The CropPageSizeTask whose result is being processed. This method is called to handle the result specifically, providing access to its outcome.