| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
An interface that describes all available configuration properties of AnnotComponent. More...
| Public Attributes | |
| boolean | enableDiagonally | 
| Indicates whether diagonal scaling is enabled. Default is true. If resizable is true, enableDiagonally true works. Supported annotation types: ink, link, square, screen, redact, Area highlight, widget. More... | |
| boolean | enableFrame | 
| Indicates whether the annotation can be resized vertically and horizontally. Default is false. Supported annotation type: stamp. | |
| boolean | moveable | 
| Indicates whether movement is enabled. For Area highlight, default is false, true otherwise. Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. More... | |
| string | moveDirection | 
| Indicates the permissible direction of movement. Default is 'All'. If moveable is true, moveDirection works. Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. More... | |
| boolean | resizable | 
| Indicates whether scaling is enabled. Default is true. Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. More... | |
| boolean | rotatable | 
| Indicates whether rotation is enabled. Default is true. Supported annotation type: stamp. More... | |
An interface that describes all available configuration properties of AnnotComponent.
| boolean AnnotComponentConfig::enableDiagonally | 
Indicates whether diagonal scaling is enabled. Default is true. If resizable is true, enableDiagonally true works. 
 Supported annotation types: ink, link, square, screen, redact, Area highlight, widget. 
| boolean AnnotComponentConfig::moveable | 
Indicates whether movement is enabled. For Area highlight, default is false, true otherwise. 
 Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. 
| string AnnotComponentConfig::moveDirection | 
Indicates the permissible direction of movement. Default is 'All'. If moveable is true, moveDirection works. 
 Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. 
 
| boolean AnnotComponentConfig::resizable | 
Indicates whether scaling is enabled. Default is true. 
 Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight, widget. 
| boolean AnnotComponentConfig::rotatable | 
Indicates whether rotation is enabled. Default is true. 
 Supported annotation type: stamp.