---
title: Snapshot
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/documentreader/snapshot
---

# Snapshot

A type that represents the document’s stored content.

## Declaration

```swift
associatedtype Snapshot
```

## See Also

### Reading a document

- [read(from:progress:)](swiftui/documentreader/read(from:progress:).md)
- [Source](swiftui/documentreader/source.md)
