A UIPrintPageRenderer object draws pages of content that are to be printed, with or without the assistance of print formatters. Available in iOS 4.2 and later . The issues related with coco touch's UIPrintPageRender should only use this tag.
A page renderer is an instance of a custom subclass of UIPrintPageRenderer. When you compose a print job using the shared instance of UIPrintInteractionController, you assign the page renderer to the printPageRenderer property of that instance.
UIPrintPageRenderer usually requires you to specify the number of pages of printable content by overriding numberOfPages. It also allows you to specify the heights of page headers and footers.
Source: UIPrintPageRenderer Class Reference
Related tag: