UIPrintPageRenderer.DrawPrintFormatterForPage(UIPrintFormatter, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为每个分配给页面的格式化程序调用一次。 重写时,可以将自定义绘图添加到格式化程序绘图。
[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
- 属性