<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuickLook",
  "identifier" : "/documentation/QuickLook/QLPreviewPDFStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Quick Look"
    ],
    "preciseIdentifier" : "c:@EA@QLPreviewPDFStyle"
  },
  "title" : "QLPreviewPDFStyle"
}
-->

# QLPreviewPDFStyle

A value you use to configure the appearance of previews for PDF files.

```
struct QLPreviewPDFStyle
```

## Topics

### Creating a Preview Style for PDF Files

[`init(_:)`](/documentation/QuickLook/QLPreviewPDFStyle/init(_:))

Creates a PDF style instance that configures the layout of previews for PDF files.

[`init(rawValue:)`](/documentation/QuickLook/QLPreviewPDFStyle/init(rawValue:))

Creates a PDF style instance that configures the layout of previews for PDF files.

[`rawValue`](/documentation/QuickLook/QLPreviewPDFStyle/rawValue)

The raw value that represents the layout of previews for PDF files.

### Styles for PDF Previews

[`kQLPreviewPDFStandardStyle`](/documentation/QuickLook/kQLPreviewPDFStandardStyle)

The PDF appears in the operating system’s standard style.

[`kQLPreviewPDFPagesWithThumbnailsOnLeftStyle`](/documentation/QuickLook/kQLPreviewPDFPagesWithThumbnailsOnLeftStyle)

The content of the PDF appears with thumbnails of all pages on the left side of the current page’s content.

[`kQLPreviewPDFPagesWithThumbnailsOnRightStyle`](/documentation/QuickLook/kQLPreviewPDFPagesWithThumbnailsOnRightStyle)

The content of the PDF appears with thumbnails of all pages on the right side of the current page’s content.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)