---
title: UIPrintInfo.OutputType.photoGrayscale
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiprintinfo/outputtype-swift.enum/photograyscale
---

# UIPrintInfo.OutputType.photoGrayscale

Specifies that the printed content is a grayscale image. Set the output type to this value when your printable content contains no color—for example, it’s black text only. The default paper is Letter/A4. Output is high quality grayscale, duplex.

## Declaration

```swift
case photoGrayscale
```

## See Also

### Constants

- [UIPrintInfo.OutputType.general](uikit/uiprintinfo/outputtype-swift.enum/general.md)
- [UIPrintInfo.OutputType.photo](uikit/uiprintinfo/outputtype-swift.enum/photo.md)
- [UIPrintInfo.OutputType.grayscale](uikit/uiprintinfo/outputtype-swift.enum/grayscale.md)
