UIPrinterPickerCompletionResult Class

Definition

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.

Applies to