---
title: maximumSupportedContentVersion
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkcanvasview/maximumsupportedcontentversion
---

# maximumSupportedContentVersion

The maximum version of PencilKit to support.

## Declaration

```swift
var maximumSupportedContentVersion: PKContentVersion { get set }
```

## Discussion

Discussion The default value is latest. If you set this property to a value less than latest, the canvas view limits the edits that a person can make so they’re compatible with the version of PencilKit you specify. If you set this property, also set maximumSupportedContentVersion on any PKToolPicker you use.
