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

# paperSize

The size of the paper.

```
var paperSize: NSSize { get set }
```

## Discussion

The size is measured in points in the user coordinate space.

## See Also

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

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

[`init(dictionary:)`](/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)