# `GSAlignmentZone postRead:`

*Instance Method*

Performs post-read operations with the specified format version.

## Declaration

```swift
func postRead(_ formatVersion: GSFormatVersion)
```

```objc
- (void) postRead:(GSFormatVersion) formatVersion;
```

```python
postRead_(formatVersion: GSFormatVersion)
```

## Parameters

- `formatVersion` — The format version to use for post-read operations.

