<!--
{
  "availability" : [
    "macOS: 10.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "QuickLook",
  "identifier" : "/documentation/QuickLook/kQLPreviewPropertyHeightKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Quick Look"
    ],
    "preciseIdentifier" : "c:@kQLPreviewPropertyHeightKey"
  },
  "title" : "kQLPreviewPropertyHeightKey"
}
-->

# kQLPreviewPropertyHeightKey

The height in points of the preview.

```
let kQLPreviewPropertyHeightKey: CFString!
```

## Discussion

Note that this property is a hint; Quick Look may set the height automatically for some types of previews. You must encapsulate the value in a <doc://com.apple.documentation/documentation/CoreFoundation/CFNumber> object.

---

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)