---
title: printInfo
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintpanel/printinfo
---

# printInfo

The information associated with the running Print panel.

## Declaration

```swift
var printInfo: NSPrintInfo { get }
```

## Discussion

Discussion The value in this property is nil if the Print panel is not currently running.

## See Also

### Accessing the Printing Information

- [NSPrintInfo](appkit/nsprintinfo.md)
- [NSPrintPanel.Result](appkit/nsprintpanel/result.md)
