---
title: kCGImagePropertyOrientation
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyorientation
---

# kCGImagePropertyOrientation

The intended display orientation of the image.

## Declaration

```swift
let kCGImagePropertyOrientation: CFString
```

## Discussion

Discussion The value of this property is a CFNumber. The value encodes the intended display orientation for the image according to the TIFF and EXIF specifications. See the CGImagePropertyOrientation type for possible values and their meanings.

## See Also

### Image Information

- [kCGImagePropertyImageCount](imageio/kcgimagepropertyimagecount.md)
- [kCGImagePropertyIsIndexed](imageio/kcgimagepropertyisindexed.md)
- [kCGImagePropertyImages](imageio/kcgimagepropertyimages.md)
- [kCGImagePropertyThumbnailImages](imageio/kcgimagepropertythumbnailimages.md)
- [kCGImagePropertyPrimaryImage](imageio/kcgimagepropertyprimaryimage.md)
- [kCGImagePropertyIsFloat](imageio/kcgimagepropertyisfloat.md)
- [Individual Image Properties](imageio/individual-image-properties.md)
- [CGImagePropertyOrientation](imageio/cgimagepropertyorientation.md)
