Contents

printPageRenderer

Returns the page renderer for the print formatter.

Declaration

weak var printPageRenderer: UIPrintPageRenderer? { get }

Discussion

If the receiving print formatter was not added to a page renderer—that is, it was assigned to the printFormatter property of the UIPrintInteractionController class—the value returned is nil.

See Also

Communicating with the page renderer