Share via


UIPrintPaper.ForPageSize(CGSize, UIPrintPaper[]) Method

Definition

[Foundation.Export("bestPaperForPageSize:withPapersFromArray:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIPrintPaper ForPageSize(CoreGraphics.CGSize pageSize, UIKit.UIPrintPaper[] paperList);
[<Foundation.Export("bestPaperForPageSize:withPapersFromArray:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ForPageSize : CoreGraphics.CGSize * UIKit.UIPrintPaper[] -> UIKit.UIPrintPaper

Parameters

pageSize
CGSize
paperList
UIPrintPaper[]

Returns

Attributes

Applies to