---
title: allowsImageOutput
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicsrenderer/allowsimageoutput
---

# allowsImageOutput

A Boolean value specifying whether the renderer can create output images.

## Declaration

```swift
var allowsImageOutput: Bool { get }
```

## Discussion

Discussion If true, this renderer can be used to generate CGImage objects.

## See Also

### Configuring the renderer

- [format](uikit/uigraphicsrenderer/format.md)
