---
title: kCGImagePropertyDPIHeight
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertydpiheight
---

# kCGImagePropertyDPIHeight

The resolution, in dots per inch, in the y dimension.

## Declaration

```swift
let kCGImagePropertyDPIHeight: CFString
```

## Discussion

Discussion The value of this property is a CFNumber.

## See Also

### Pixel Information

- [kCGImagePropertyPixelFormat](imageio/kcgimagepropertypixelformat.md)
- [kCGImagePropertyPixelWidth](imageio/kcgimagepropertypixelwidth.md)
- [kCGImagePropertyPixelHeight](imageio/kcgimagepropertypixelheight.md)
- [kCGImagePropertyDPIWidth](imageio/kcgimagepropertydpiwidth.md)
- [kCGImagePropertyDepth](imageio/kcgimagepropertydepth.md)
