|
Foxit PDF RDK
|
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... | |
Defines a callback interface for handling the result of a CropPageSizeTask.
| CropPageSizeTaskCallback.execute | ( | task | ) |
Executes the callback with the result of a CropPageSizeTask.
| {CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to execute the callback when the task completes. |
| CropPageSizeTaskCallback.result | ( | task | ) |
Handles the result of a CropPageSizeTask.
| {CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to handle the result specifically, providing access to its outcome. |