|
Foxit PDF RDK
|
Defines a callback interface for handling the result of a SaveDocTask. More...
Public Member Functions | |
| constructor () | |
| Constructor for the SaveDocTaskCallBack class. Initializes a new instance of the SaveDocTaskCallBack. | |
| result (task) | |
| Handles the result of a SaveDocTask. More... | |
Defines a callback interface for handling the result of a SaveDocTask.
| SaveDocTaskCallBack.result | ( | task | ) |
Handles the result of a SaveDocTask.
| {SaveDocTask} | task - The SaveDocTask whose result is being processed. This method is called when the task completes, providing access to its result. |