The methods of UIKit.UIPrintPageRenderer are listed below. For a list of all members, see the UIPrintPageRenderer Members list.
See Also: Inherited members from Foundation.NSObject
AddPrintFormatter(UIPrintFormatter, nint)Adds a UIPrintFormatter to those associated with this UIPrintPageRenderer. | ||
DrawContentForPage(nint, CoreGraphics.CGRect)Renders the page in the specified contentRect. | ||
DrawFooterForPage(nint, CoreGraphics.CGRect)Draws the footer of the page. | ||
DrawHeaderForPage(nint, CoreGraphics.CGRect)Draws the header of the page. | ||
DrawPage(nint, CoreGraphics.CGRect)Draws the entire page. | ||
DrawPrintFormatterForPage(UIPrintFormatter, nint)Called once for each formatter assigned to the page. When overridden, can add custom drawing to the formatters' drawing. | ||
PrepareForDrawingPages(Foundation.NSRange)Called prior to printing. | ||
PrintFormattersForPage(nint)The set of formatters for the specified page. | ||