<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDocument/printInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSDocument(py)printInfo"
  },
  "title" : "printInfo"
}
-->

# printInfo

The printing information associated with the document.

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

## Return Value

The receiver’s `NSPrintInfo` object.

## Discussion

The default value of this property is the default [`NSPrintInfo`](/documentation/AppKit/NSPrintInfo) object. To customize the printing information, assign a new value to this property. The Page Layout panel may also update the object in this property to reflect the options selected by the user.

## See Also

[`-  runPageLayout:`](/documentation/AppKit/NSDocument/runPageLayout(_:))

The action method invoked in the receiver as first responder when the user chooses the Page Setup menu command.



---

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)