FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Viewer Annot Manager.
The behavior of the default annot can be reset by registerMatchRule.
More...
Public Member Functions | |
getAnnotFlag (annot) | |
Gets the annotation flags of an annotation in the PDFViewer. More... | |
registerMatchRule (matchRule) | |
Register the rule that matches the corresponding AnnotComponent. More... | |
setViewerAnnotFlag (getAnnotFlagValue) | |
Set annotation flags for PDFViewer. More... | |
unRegisterMatchRule (matchRule) | |
Rules for deregistration. More... | |
Viewer Annot Manager.
The behavior of the default annot can be reset by registerMatchRule.
|
inline |
|
inline |
Register the rule that matches the corresponding AnnotComponent.
matchRule | (pdfAnnot:Annot,annotComponent:AnnotComponent)=>undefined|(new<T extends AnnotComponent>()=>Class<T>) - |
|
inline |
Set annotation flags for PDFViewer.
getAnnotFlagValue | (annot:Annot)=>number - This return value merges with the flags of the PDF annotation itself |
|
inline |
Rules for deregistration.
matchRule | (pdfAnnot:Annot,annotComponent:AnnotComponent)=>undefined|(new<T extends AnnotComponent>()=>Class<T>) - |