API Reference > imodeljs-common > Rendering > ThumbnailFormatProps ThumbnailFormatProps Interface Metadata about a thumbnail image. Often this is redundant with information in the image itself, but is held outside of the image so it can be obtained without having to decode the image data. see ThumbnailProps Properties Name Type Description format "jpeg" | "png" Encoding of the image height number Y size of image, in pixels. width number X size of the image, in pixels. Defined in core/common/src/Thumbnail.ts Line 14 Last Updated: 11 June, 2024