# AbsoluteSizeOptions

**Kind**: interface | **Module**: [Displays](https://docs.interop.io/desktop/reference/javascript/displays/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/displays/absolutesizeoptions/index.html

Absolute size of the returned image.

## Properties

- **`height`** (`number`, optional)
  Height of the returned image in pixels.
- **`keepAspectRatio`** (`boolean`, optional)
  Specifies whether to keep the aspect ratio of the output image when you specify `width` and/or `height` of the output image.
  If `true` and both `width` and `height` are set, then the specified `width` will be used as a basis for the output image aspect ratio.
- **`width`** (`number`, optional)
  Width of the returned image in pixels.
