---
title: matchesOnMultipleResolution
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimage/matchesonmultipleresolution
---

# matchesOnMultipleResolution

A Boolean value that indicates whether image representations whose resolution is an integral multiple of the device resolution are a match.

## Declaration

```swift
var matchesOnMultipleResolution: Bool { get set }
```

## Discussion

Discussion When this property is set to false, only image representations whose resolution is exactly the same as the device resolution are matches. If the property is set to true and multiple image representations fit this criteria, the one whose resolution is closest to the device resolution is chosen. The default value is true.

## See Also

### Setting the Representation Selection Criteria for Images

- [prefersColorMatch](appkit/nsimage/preferscolormatch.md)
- [usesEPSOnResolutionMismatch](appkit/nsimage/usesepsonresolutionmismatch.md)
