UIPrintInteractionPaperList Delegate

Definition

A delegate for returning the array of paper formats available for the printer.

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

Parameters

printInteractionController
UIPrintInteractionController
paperList
UIPrintPaper[]

Return Value

An array of UIPrintPapers .

Applies to