UIPrintPageRenderer.AddPrintFormatter(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.
Adds a UIPrintFormatter to those associated with this UIPrintPageRenderer.
[Foundation.Export("addPrintFormatter:startingAtPageAtIndex:")]
public virtual void AddPrintFormatter (UIKit.UIPrintFormatter formatter, nint pageIndex);
abstract member AddPrintFormatter : UIKit.UIPrintFormatter * nint -> unit
override this.AddPrintFormatter : UIKit.UIPrintFormatter * nint -> unit
Parameters
- formatter
- UIPrintFormatter
- pageIndex
- System.System.IntPtr System.nativeint
- Attributes