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

# paperName

The name of the currently selected paper size.

```
var paperName: NSPrinter.PaperName? { get set }
```

## Discussion

The string contains a value such as Letter or Legal. Paper names are implementation specific.

## See Also

[`-  dictionary`](/documentation/AppKit/NSPrintInfo/dictionary())

Returns the print info’s dictionary that contains the printing attributes.

[`-  initWithDictionary:`](/documentation/AppKit/NSPrintInfo/init(dictionary:))

Returns a printing information object initialized with the parameters in the specified dictionary.



---

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)