UIPrintInteractionControllerDelegate.ChoosePaper Method
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.
Retrieves an object holding the paper size and printing area to use for a printing job.
[Foundation.Export("printInteractionController:choosePaper:")]
public virtual UIKit.UIPrintPaper ChoosePaper (UIKit.UIPrintInteractionController printInteractionController, UIKit.UIPrintPaper[] paperList);
abstract member ChoosePaper : UIKit.UIPrintInteractionController * UIKit.UIPrintPaper[] -> UIKit.UIPrintPaper
override this.ChoosePaper : UIKit.UIPrintInteractionController * UIKit.UIPrintPaper[] -> UIKit.UIPrintPaper
Parameters
- printInteractionController
- UIPrintInteractionController
- paperList
- UIPrintPaper[]
Returns
- Attributes