UIPrintInteractionPaperList 委托

定义

用于返回打印机可用的纸张格式数组的委托。

public delegate UIKit.UIPrintPaper UIPrintInteractionPaperList(UIPrintInteractionController printInteractionController, UIPrintPaper[] paperList);
type UIPrintInteractionPaperList = delegate of UIPrintInteractionController * UIPrintPaper[] -> UIPrintPaper

参数

printInteractionController
UIPrintInteractionController
paperList
UIPrintPaper[]

返回值

的数组 UIPrintPaper

适用于