Contents

pageFooter

A default footer string that includes the current page number and page count.

Declaration

@NSCopying var pageFooter: NSAttributedString { get }

Discussion

A printable view class can override this property to substitute its own content in place of the default value. You should not need to access the value of this property directly. The printing system accesses it once per page during printing.

Footers are generated only if the user defaults contain the key NSPrintHeaderAndFooter with the value true.

See Also

Printing the View’s Content