UIPrintPageRenderer.DrawPrintFormatterForPage(UIPrintFormatter, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called once for each formatter assigned to the page. When overridden, can add custom drawing to the formatters' drawing.
[Foundation.Export("drawPrintFormatter:forPageAtIndex:")]
public virtual void DrawPrintFormatterForPage (UIKit.UIPrintFormatter printFormatter, nint index);
abstract member DrawPrintFormatterForPage : UIKit.UIPrintFormatter * nint -> unit
override this.DrawPrintFormatterForPage : UIKit.UIPrintFormatter * nint -> unit
Parameters
- printFormatter
- UIPrintFormatter
- index
- System.System.IntPtr System.nativeint
- Attributes