FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Public Member Functions | |
addDestroyHook (...hooks) | |
Add a function to destroyHooks list, which will be called during destroy. More... | |
destroy () | |
ownsTo (owner) | |
Establishes an ownership relationship where this instance will be destroyed when the owner is destroyed. Additionally, the owner will be automatically removed from the destroyHooks list when this instance is destroyed. More... | |
|
inline |
Add a function to destroyHooks list, which will be called during destroy.
hooks | Disposable|Function |
|
inline |
Destroy this object. All of the destroy hook will be called and cleared.
|
inline |
Establishes an ownership relationship where this instance will be destroyed when the owner is destroyed. Additionally, the owner will be automatically removed from the destroyHooks list when this instance is destroyed.
owner | Disposable - The owner of this instance |