---
title: fullSizeImageOrientation
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginput/fullsizeimageorientation
---

# fullSizeImageOrientation

The Exif display orientation of the full-size image file.

## Declaration

```swift
var fullSizeImageOrientation: Int32 { get }
```

## Discussion

Discussion This property’s value is a raw numeric value describing the encoded image orientation according to the TIFF and Exif specifications. To more easily work with such values, convert this value to the CGImagePropertyOrientation type.

## See Also

### Related Documentation

- [CGImagePropertyOrientation](imageio/cgimagepropertyorientation.md)

### Working with Photo Assets

- [displaySizeImage](photos/phcontenteditinginput/displaysizeimage.md)
- [fullSizeImageURL](photos/phcontenteditinginput/fullsizeimageurl.md)
