<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/MarkupAdornment/scalesWithZoom",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit15MarkupAdornmentV14scalesWithZoomSbvp"
  },
  "title" : "scalesWithZoom"
}
-->

# scalesWithZoom

A Boolean value that indicates whether the adornment scales with the zoom level or remains fixed in the base coordinate system.

```
var scalesWithZoom: Bool
```

## Discussion

When this value is `true`, the adornment image adjusts to the zoom scale of the `PaperMarkupViewController`.
When `false`, the adornment image remains fixed in the base coordinate
system.

---

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)