UIPrinterPickerControllerDelegate_Extensions.ShouldShowPrinter 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.
The printerPickerController
should show printer
to the user.
public static bool ShouldShowPrinter (this UIKit.IUIPrinterPickerControllerDelegate This, UIKit.UIPrinterPickerController printerPickerController, UIKit.UIPrinter printer);
static member ShouldShowPrinter : UIKit.IUIPrinterPickerControllerDelegate * UIKit.UIPrinterPickerController * UIKit.UIPrinter -> bool
Parameters
The instance on which this extension method operates.
- printerPickerController
- UIPrinterPickerController
The printer picker controller that is being displayed.
- printer
- UIPrinter
Designated printer for consideration by the delegate.