| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
| Enumerations | |
| enum | Annot_Flags { invisible = 1, hidden = 2, print = 4, noZoom = 8, noRotate = 16, noView = 32, readOnly = 64, locked = 128, toggleNoView = 256, lockedContents = 512 } | 
| Enumeration for PDF annotation flags.  More... | |
| enum | Annot_Type { unKnownType ="unknowntype", text ="text", link ="link", freeText ="freetext", line ="line", square ="square", circle ="circle", polygon ="polygon" , polyline ="polyline", highlight ="highlight", underline ="underline", squiggly ="squiggly", strikeOut ="strikeout", stamp ="stamp", caret ="caret", ink ="ink", psInk ="psink", fileAttachment ="fileattachment" , widget ="widget", screen ="screen" , popup ="popup", redact ="redact" } | 
| Enumeration for PDF annotation type.  More... | |
| enum | Annot_Unit_Type { inch = "inch", custom = "custom", mi = "mi", pt = "pt", ft = "ft", yd = "yd", km = "km", m = "m", cm = "cm", mm = "mm", pica = 'pica' } | 
| Enumeration for PDF annotation unit type.  More... | |
| enum | MARKUP_ANNOTATION_STATE { MARKED = 'marked', UNMARKED = 'unmarked', ACCEPTED = 'accepted', REJECTED = 'rejected', CANCELLED = 'cancelled', COMPLETED = 'completed', DEFERRED = 'deferred', FUTURE = 'future', NONE = 'none' } | 
| Enumeration for markup annotation review/mark state.  More... | |
Annot related constants
| enum Annot_Flags | 
Enumeration for PDF annotation flags.
| enum Annot_Type | 
Enumeration for PDF annotation type.
| enum Annot_Unit_Type | 
Enumeration for PDF annotation unit type.
Enumeration for markup annotation review/mark state.
| Enumerator | |
|---|---|
| MARKED | An annotation has been marked by user. 
 | 
| UNMARKED | An annotation has not been marked by any user. 
 | 
| ACCEPTED | User agrees with the change. 
 | 
| REJECTED | User disagrees with the change. 
 | 
| CANCELLED | The change has been cancelled. 
 | 
| COMPLETED | The change has been completed. 
 | 
| DEFERRED | The change has been deferred. | 
| FUTURE | The change will be working in the future. | 
| NONE | The user has indicated nothing about the change. 
 |