<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImage/matchesOnMultipleResolution",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSImage(py)matchesOnMultipleResolution"
  },
  "title" : "matchesOnMultipleResolution"
}
-->

# matchesOnMultipleResolution

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

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

## Discussion

When this property is set to <doc://com.apple.documentation/documentation/Swift/false>, only image representations whose resolution is exactly the same as the device resolution are matches. If the property is set to <doc://com.apple.documentation/documentation/Swift/true> and multiple image representations fit this criteria, the one whose resolution is closest to the device resolution is chosen.

The default value is <doc://com.apple.documentation/documentation/Swift/true>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)