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

# printInfo

The printing information object used when the page layout panel is run.

## Declaration

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

## Discussion

Discussion The NSPrintInfo object is set using the beginSheet(with:modalFor:delegate:didEnd:contextInfo:) or runModal(with:) method. The shared NSPrintInfo object is used if the receiver is run using runModal().

## See Also

### Accessing the printing information

- [NSPrintInfo](appkit/nsprintinfo.md)
- [NSPageLayout.Result](appkit/nspagelayout/result.md)
