FoxitPDFSDKforWeb  v9.2.1
Foxit PDF SDK for Web
AnnotComponentConfig Interface Reference

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...
 

Detailed Description

An interface that describes all available configuration properties of AnnotComponent.

Since
9.1.0
See also
CustomOptionsUpdater.updateGetAnnotComponentConfig

Member Data Documentation

◆ enableDiagonally

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.

Since
9.1.0

◆ moveable

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.

Since
9.1.0

◆ resizable

boolean AnnotComponentConfig::resizable

Indicates whether scaling is enabled. Default is true.
Supported annotation types: stamp, circle, ink, link, square, screen, redact, Area highlight.

Since
9.1.0

◆ rotatable

boolean AnnotComponentConfig::rotatable

Indicates whether rotation is enabled. Default is true.
Supported annotation type: stamp.

Since
9.1.0

Foxit Software Corporation Logo
@2023 Foxit Software Incorporated. All rights reserved.