UIPrinterPickerCompletionResult Class
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.
Represents the result of a printer picker controller.
public class UIPrinterPickerCompletionResult
type UIPrinterPickerCompletionResult = class
- Inheritance
-
UIPrinterPickerCompletionResult
Remarks
This class holds the return values from the asynchronous methods PresentFromRectAsync(CGRect, UIView, Boolean, Boolean), PresentFromRectAsync(CGRect, UIView, Boolean, Boolean), PresentFromBarButtonItemAsync(UIBarButtonItem, Boolean, Boolean).
Constructors
UIPrinterPickerCompletionResult(UIPrinterPickerController, Boolean) |
Constructs an instance of UIKit.UIPrinterPickerCompletionResult |
Properties
PrinterPickerController |
Gets or sets the picker that produced the result. |
UserDidSelect |
Gets or sets a Boolean value that tells whether the user picked a printer. |