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

# drawSheetBorder(with:)

Allows applications that use the AppKit pagination facility to draw additional marks on each printed sheet.

```
func drawSheetBorder(with borderSize: NSSize)
```

## Parameters

`borderSize`

An `NSSize` structure that defines a printed sheet.

## Discussion

The marks can be such things as crop marks or fold lines of size `borderSize`. This method has been deprecated.

---

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)