Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-api-js
LfRepositoryClientV2
AnnotationSize
Class AnnotationSize
A size in image pixels.
Implements
LfRepositoryClientV2
.
IAnnotationSize
Index
Constructors
constructor
Properties
height?
width?
Methods
init
toJSON
fromJS
Constructors
constructor
new
AnnotationSize
(
data
?:
LfRepositoryClientV2
.
IAnnotationSize
,
)
:
LfRepositoryClientV2
.
AnnotationSize
Parameters
Optional
data
:
LfRepositoryClientV2
.
IAnnotationSize
Returns
LfRepositoryClientV2
.
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
)
:
LfRepositoryClientV2
.
AnnotationSize
Parameters
data
:
any
Returns
LfRepositoryClientV2
.
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.