UIPrintInteractionPaperList 대리자

정의

프린터에 사용할 수 있는 용지 형식 배열을 반환하기 위한 대리자입니다.

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

매개 변수

printInteractionController
UIPrintInteractionController
paperList
UIPrintPaper[]

반환 값

UIPrintPaper배열입니다.

적용 대상