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

# printInfo

The printing information associated with the print operation.

## Declaration

```swift
@NSCopying var printInfo: NSPrintInfo { get set }
```

## Parameters

- `aPrintInfo`: The new print settings for the receiver.

## See Also

### Modifying the Printing Information

- [NSPrintInfo](appkit/nsprintinfo.md)
