Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 700 Bytes

File metadata and controls

18 lines (13 loc) · 700 Bytes

Image

Represents image DTO.

Properties

Name Type Description Notes
width Integer Gets width of the image.
height Integer Gets height of the image.
id String Gets ID of the image. [optional]
rectangle Rectangle Gets rectangle of the image. [optional]
pageNumber Integer Gets page number.
links List<Link> Link to the document. [optional]

[Back to Model list] [Back to API list] [Back to README]