UIPrintPageRenderer.PrintFormattersForPage(IntPtr) 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.
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