<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.0.0 - 10.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrinter/imageRectForPaper:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrinter(im)imageRectForPaper:"
  },
  "title" : "imageRectForPaper:"
}
-->

# imageRectForPaper:

Deprecated.

```
- (NSRect) imageRectForPaper:(NSString *) paperName;
```

## Discussion

If used, it attempts to determine and return the bounds of the imageable area for a particular paper named `paperName`, but the result is not completely reliable.

## See Also

[`func pageSize(forPaper: NSPrinter.PaperName) -> NSSize`](/documentation/AppKit/NSPrinter/pageSize(forPaper:))

Returns the size of the page for the specified paper type.



---

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)