---
title: displaySizeImage
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginput/displaysizeimage
---

# displaySizeImage

An image of the asset’s contents, appropriately sized for display.

## Declaration

```swift
var displaySizeImage: UIImage? { get }
```

```swift
var displaySizeImage: NSImage? { get }
```

## Discussion

Discussion This property does not provide the full-sized image for a photo asset but rather a scaled-down image appropriate for use in a photo editing user interface. To load the full-sized asset image, use the fullSizeImageURL property.

## See Also

### Working with Photo Assets

- [fullSizeImageOrientation](photos/phcontenteditinginput/fullsizeimageorientation.md)
- [fullSizeImageURL](photos/phcontenteditinginput/fullsizeimageurl.md)
