UIPrintPaper.ForPageSize(CGSize, UIPrintPaper[]) Method
Definition
Gets the system-determined best UIPrintPaper for the specified and paper sizes in .
[Foundation.Export("bestPaperForPageSize:withPapersFromArray:")]
public static UIKit.UIPrintPaper ForPageSize (CoreGraphics.CGSize pageSize, UIKit.UIPrintPaper[] paperList);
static member ForPageSize : CoreGraphics.CGSize * UIKit.UIPrintPaper[] -> UIKit.UIPrintPaper
Parameters
- pageSize
- CGSize
- paperList
- UIPrintPaper[]
Returns
- Attributes