FoxitPDFSDKforWeb
8.5.0
Foxit PDF SDK for Web
|
Interface of StateHandler. More...
Inherited by CreatPredefinedTextStateHandler, LoupeStateHandler, and LoupeStateHandler.
Public Member Functions | |
destroyDocHandler () | |
Executed when the document is destroyed. | |
destroyPageHandler () | |
docHandler (pdfDocRender) | |
Binding at the document level. More... | |
out () | |
This method is executed when it leaves the current stateHandler. | |
pageHandler (pdfPageRender) | |
Binding at the page level. More... | |
Static Public Member Functions | |
static | getStateName () |
The name of the state handler, also a unique identifier. More... | |
static | setParams (params) |
This function is called by StateHandlerManager.switchTo, and processes parameters that were passed in.. More... | |
Interface of StateHandler.
|
inline |
Executed when the page is destroyed
|
inline |
Binding at the document level.
pdfDocRender | {PDFDocRender} - PDFDocRender |
|
inlinestatic |
The name of the state handler, also a unique identifier.
|
inline |
Binding at the page level.
pdfPageRender | {PDFPageRender} - PDFPageRender |
|
inlinestatic |
This function is called by StateHandlerManager.switchTo, and processes parameters that were passed in..
params | {object} - Parameters come from second parameter of StateHandlerManager.switchTo. |