FoxitPDFSDKforWeb
v10.0.0
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. 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. More... | |
boolean | resizable |
Indicates whether scaling is enabled. Default is true. Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight. 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.
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.
boolean AnnotComponentConfig::resizable |
Indicates whether scaling is enabled. Default is true.
Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight.
boolean AnnotComponentConfig::rotatable |
Indicates whether rotation is enabled. Default is true.
Supported annotation type: stamp.