Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 1001 Bytes

DocumentImageUrls.md

File metadata and controls

executable file
·
27 lines (20 loc) · 1001 Bytes

DocumentImageUrls

Properties

Name Type Description Notes
imageSize ImageSizeEnum ImageSize corresponding to the imageUrl returned [optional]
imageURLs List<PageImageUrl> A list of image url (one per page). [optional]
imagesAvailable Boolean true if images for the associated image size is available, else false. [optional]

Enum: ImageSizeEnum

Name Value
FIXED_WIDTH_50PX "FIXED_WIDTH_50px"
FIXED_WIDTH_250PX "FIXED_WIDTH_250px"
FIXED_WIDTH_675PX "FIXED_WIDTH_675px"
ZOOM_50_PERCENT "ZOOM_50_PERCENT"
ZOOM_75_PERCENT "ZOOM_75_PERCENT"
ZOOM_100_PERCENT "ZOOM_100_PERCENT"
ZOOM_125_PERCENT "ZOOM_125_PERCENT"
ZOOM_150_PERCENT "ZOOM_150_PERCENT"
ZOOM_200_PERCENT "ZOOM_200_PERCENT"