FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
This is a service interface that defines the function of creating Annotation, and classes that create specific Annotations should inherit it. More...
Public Member Functions | |
void | prepare (pageRender:PDFPageRender) |
This method accepts a pageRender parameter and performs initialization. It should only be executed once. More... | |
![]() | |
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... | |
This is a service interface that defines the function of creating Annotation, and classes that create specific Annotations should inherit it.
void CreateAnnotationService::prepare | ( | pageRender:PDFPageRender | ) |
This method accepts a pageRender parameter and performs initialization. It should only be executed once.
pageRender | PDFPageRender - |
Implemented in CreateFreeTextCalloutService.