Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-repository-api-client-v2
AnnotationSize
Class AnnotationSize
A size in image pixels.
Implements
IAnnotationSize
Index
Constructors
constructor
Properties
height?
width?
Methods
init
toJSON
fromJS
Constructors
constructor
new
AnnotationSize
(
data
?:
IAnnotationSize
)
:
AnnotationSize
Parameters
Optional
data
:
IAnnotationSize
Returns
AnnotationSize
Properties
Optional
height
height
?:
number
The height in pixels.
Optional
width
width
?:
number
The width in pixels.
Methods
init
init
(
_data
?:
any
)
:
void
Parameters
Optional
_data
:
any
Returns
void
toJSON
toJSON
(
data
?:
any
)
:
any
Parameters
Optional
data
:
any
Returns
any
Static
fromJS
fromJS
(
data
:
any
)
:
AnnotationSize
Parameters
data
:
any
Returns
AnnotationSize
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
height
width
Methods
init
toJSON
fromJS
Documentation
Loading...
A size in image pixels.