UIPrinterPickerControllerDelegate.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.
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