FoxitPDFSDKforWeb
v10.0.0
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... | |
Public Member Functions inherited from Disposable | |
addDestroyHook (...hooks) | |
destroy () | |
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.