Share via


UIPrintPageRenderer.DrawPrintFormatterForPage Method

Definition

Called once for each formatter assigned to the page. When overridden, can add custom drawing to the formatters' drawing.

[Foundation.Export("drawPrintFormatter:forPageAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawPrintFormatterForPage(UIKit.UIPrintFormatter printFormatter, IntPtr index);
[<Foundation.Export("drawPrintFormatter:forPageAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawPrintFormatterForPage : UIKit.UIPrintFormatter * nativeint -> unit
override this.DrawPrintFormatterForPage : UIKit.UIPrintFormatter * nativeint -> unit

Parameters

printFormatter
UIPrintFormatter
index
IntPtr

nativeint

Attributes

Applies to