<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/RenderingOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit16RenderingOptionsV"
  },
  "title" : "RenderingOptions"
}
-->

# RenderingOptions

The rendering options for drawing paper data models.

```
struct RenderingOptions
```

## Topics

### Creating rendering options

[`init(darkUserInterfaceStyle: Bool, layoutRightToLeft: Bool)`](/documentation/PaperKit/RenderingOptions/init(darkUserInterfaceStyle:layoutRightToLeft:))

Creates a new rendering options value.

[`init(traitCollection: UITraitCollection)`](/documentation/PaperKit/RenderingOptions/init(traitCollection:))

Creates the most suitable options for rendering on a device with the specified traits.

### Configuring style

[`var darkUserInterfaceStyle: Bool`](/documentation/PaperKit/RenderingOptions/darkUserInterfaceStyle)

Use a dark user interface style for rendering.

[`var rightToLeftLayoutDirection: Bool`](/documentation/PaperKit/RenderingOptions/rightToLeftLayoutDirection)

Use a right to left layout direction for rendering.

## Relationships

### Conforms To

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

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

[`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)