Contents

drawPageBorder(with:)

Allows applications that use the AppKit pagination facility to draw additional marks on each logical page.

Declaration

func drawPageBorder(with borderSize: NSSize)

Parameters

  • borderSize:

    An NSSize structure that defines a logical page.

Discussion

The marks can be such things as alignment marks or a virtual sheet border of size borderSize. The default implementation doesn’t draw anything.

See Also

Printing the View’s Content