UIKit.UIPrinterPickerControllerDelegate Members

The members of UIKit.UIPrinterPickerControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

DidDismiss(UIPrinterPickerController)
Informs the delegate that the specified printer picker was dismissed.
DidPresent(UIPrinterPickerController)
Informs the delegate that the specified printer picker was displayed and that it is now visible.
DidSelectPrinter(UIPrinterPickerController)
Informs the delegate that a specified printer was selected.
GetParentViewController(UIPrinterPickerController) : UIViewController
Gets the view controller that is to act as the parent for the printer picker.
ShouldShowPrinter(UIPrinterPickerController, UIPrinter) : bool
Asks the delegate whether the specified printer should be included in the picker.
WillDismiss(UIPrinterPickerController)
Informs the delegate that the designated printer picker is about to be dismissed.
WillPresent(UIPrinterPickerController)
Informs the delegate that the designated printer picker is about to be displayed.