---
title: kCGImagePropertyPixelHeight
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertypixelheight
---

# kCGImagePropertyPixelHeight

The number of pixels along the y-axis of the image.

## Declaration

```swift
let kCGImagePropertyPixelHeight: CFString
```

## Discussion

Discussion The value of this property is a CFNumber.

## See Also

### Pixel Information

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