---
title: image
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/imagemarkup/image
---

# image

The image content displayed by this markup.

## Declaration

```swift
var image: CGImage? { get async }
```

## Discussion

Discussion Image content is shown scaled to fill. This property is async because an in-memory CGImage is not always loaded from disk. The image property can be nil when streaming the data model and the image asset has not yet been received.

## See Also

### Accessing image content

- [orientation](paperkit/imagemarkup/orientation.md)
- [contentsBounds](paperkit/imagemarkup/contentsbounds.md)
