UIPrintInteractionPaperList Delegate
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.
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 .