Contents

addPrintFormatter(_:startingAtPageAt:)

Adds a print formatter to the page renderer starting at the specified page.

Declaration

func addPrintFormatter(_ formatter: UIPrintFormatter, startingAtPageAt pageIndex: Int)

Parameters

Discussion

You can dissociate a print formatter from its page renderer by calling the removeFromPrintPageRenderer() method on the print formatter.

See Also

Managing print formatters