FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Action callback manager class, It used to control customized action callbacks. It can be obtained via PDFViewer::getActionCallbackManager() method. More...
Public Member Functions | |
setEmbeddedGotoCallback (callback) | |
Set the EmbeddedGoto action callback. More... | |
Action callback manager class, It used to control customized action callbacks. It can be obtained via PDFViewer::getActionCallbackManager() method.
|
inline |
Set the EmbeddedGoto action callback.
callback | (EmbeddedGotoAction)=>Promise<void> - The callback when the action is activated. |