次の方法で共有


UIPrintInteractionPaperList 代理人

定義

プリンターで使用できる用紙形式の配列を返すデリゲート。

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

パラメーター

printInteractionController
UIPrintInteractionController
paperList
UIPrintPaper[]

戻り値

の配列 UIPrintPaper

適用対象