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

# deliveryMode

The requested image quality and delivery priority.

## Declaration

```swift
var deliveryMode: PHImageRequestOptionsDeliveryMode { get set }
```

## Discussion

Discussion Use this property to tell Photos to provide an image quickly (possibly sacrificing image quality), to provide a high-quality image (possibly sacrificing speed), or to provide both automatically if needed. See PHImageRequestOptionsDeliveryMode.

## See Also

### Specifying Image Request Options

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