<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintOperation/RenderingQuality",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSPrintRenderingQuality"
  },
  "title" : "NSPrintOperation.RenderingQuality"
}
-->

# NSPrintOperation.RenderingQuality

Constants that specify the print quality in use.

```
enum RenderingQuality
```

## Topics

### Constants

[`NSPrintRenderingQualityBest`](/documentation/AppKit/NSPrintOperation/RenderingQuality/best)

Renders the printing at the best possible quality, regardless of speed.

[`NSPrintRenderingQualityResponsive`](/documentation/AppKit/NSPrintOperation/RenderingQuality/responsive)

Sacrifices the least possible amount of rendering quality for speed to maintain a responsive user interface. This option should be used only after establishing that best quality rendering does indeed make the user interface unresponsive.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)