Share via


UIPrintPageRenderer.PrintFormattersForPage(IntPtr) Method

Definition

The set of formatters for the specified page.

[Foundation.Export("printFormattersForPageAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIPrintFormatter[] PrintFormattersForPage(IntPtr index);
[<Foundation.Export("printFormattersForPageAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrintFormattersForPage : nativeint -> UIKit.UIPrintFormatter[]
override this.PrintFormattersForPage : nativeint -> UIKit.UIPrintFormatter[]

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to