---
title: version
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phimagerequestoptions/version
---

# version

The version of the image to be requested.

## Declaration

```swift
var version: PHImageRequestOptionsVersion { get set }
```

## Discussion

Discussion Use this property to request a version of the image with or without adjustments, or to request high-quality original data (for example, a RAW file) if such is available. See PHImageRequestOptionsVersion.

## See Also

### Specifying Image Request Options

- [PHImageRequestOptionsVersion](photos/phimagerequestoptionsversion.md)
- [deliveryMode](photos/phimagerequestoptions/deliverymode.md)
- [PHImageRequestOptionsDeliveryMode](photos/phimagerequestoptionsdeliverymode.md)
- [resizeMode](photos/phimagerequestoptions/resizemode.md)
- [PHImageRequestOptionsResizeMode](photos/phimagerequestoptionsresizemode.md)
- [normalizedCropRect](photos/phimagerequestoptions/normalizedcroprect.md)
