Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-api-js
LfRepositoryClientV2
IAnnotationSize
Interface IAnnotationSize
A size in image pixels.
interface
IAnnotationSize
{
height
?:
number
;
width
?:
number
;
}
Implemented by
LfRepositoryClientV2
.
AnnotationSize
Index
Properties
height?
width?
Properties
Optional
height
height
?:
number
The height in pixels.
Optional
width
width
?:
number
The width in pixels.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
Documentation
Loading...
A size in image pixels.