UIPrintPaper.ForPageSize(CGSize, UIPrintPaper[]) 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.
Gets the system-determined best UIPrintPaper for the specified <param name="paperSize" /> and paper sizes in <param name="paperList" />.
[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