UIPrinterPickerControllerDelegate.ShouldShowPrinter Method

Definition

Asks the delegate whether the specified printer should be included in the picker.

[Foundation.Export("printerPickerController:shouldShowPrinter:")]
public virtual bool ShouldShowPrinter (UIKit.UIPrinterPickerController printerPickerController, UIKit.UIPrinter printer);
abstract member ShouldShowPrinter : UIKit.UIPrinterPickerController * UIKit.UIPrinter -> bool
override this.ShouldShowPrinter : UIKit.UIPrinterPickerController * UIKit.UIPrinter -> bool

Parameters

printerPickerController
UIPrinterPickerController

The printer picker controller that is being displayed.

printer
UIPrinter

Designated printer for consideration by the delegate.

Returns

If set to true, this indicates that the printer should be displayed. Otherwise set to false

Attributes

Applies to