次の方法で共有


UIPrintPageRenderer.DrawPrintFormatterForPage(UIPrintFormatter, nint) メソッド

定義

ページに割り当てられたフォーマッタごとに 1 回呼び出されます。 オーバーライドすると、フォーマッタの図面にカスタム図面を追加できます。

[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

パラメーター

printFormatter
UIPrintFormatter
index
System.System.IntPtr System.nativeint
属性

適用対象