FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
An interface represents a action callback class for performing PDF actions. Users can implement only part of the callbacks according to actual requirements. More...
Public Member Functions | |
number | alert (options) |
A callback function used to pop up a dialog to show warnings or hints. This callback function is optional, so it can not be overrided. More... | |
constructor (app, pdfViewer) | |
An interface represents a action callback class for performing PDF actions. Users can implement only part of the callbacks according to actual requirements.
number ActionCallback::alert | ( | options | ) |
A callback function used to pop up a dialog to show warnings or hints. This callback function is optional, so it can not be overrided.
options | AlertOptions |
ActionCallback::constructor | ( | app | , |
pdfViewer | |||
) |
app | object internal app object |
pdfViewer | PDFViewer |