|
Foxit PDF SDK
|
Public Member Functions | |
| boolean | needToGenerateStreamFile () |
| A callback function used to check whether to generate stream file or not. More... | |
| void | release () |
| A callback function used to release current callback object itself. More... | |
This class represents a callback object for applying redaction callback. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
| boolean com.foxit.sdk.addon.ApplyRedactionCallback.needToGenerateStreamFile | ( | ) |
A callback function used to check whether to generate stream file or not.
| void com.foxit.sdk.addon.ApplyRedactionCallback.release | ( | ) |
A callback function used to release current callback object itself.