---
title: view
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintoperation/view
---

# view

The view object that generates the actual data for the print operation.

## Declaration

```swift
var view: NSView? { get }
```

## Return Value

Return Value The view object that generates the data.
