UIPrinterPickerControllerDelegate_Extensions.ShouldShowPrinter Method

Definition

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

This
IUIPrinterPickerControllerDelegate

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.

Returns

Applies to