Contents

drawSheetBorder(with:)

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

Declaration

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.

See Also

Printing the View’s Content