UIPrinterPickerController.Present Method

Definition

Shows a UIPrinterPickerController from this app, with or without animation, depending on animated, and code to run on completion, as a UIPrinterPickerCompletionHandler object, and then returns whether the object was displayed.

[Foundation.Export("presentAnimated:completionHandler:")]
public virtual bool Present (bool animated, UIKit.UIPrinterPickerCompletionHandler completion);
abstract member Present : bool * UIKit.UIPrinterPickerCompletionHandler -> bool
override this.Present : bool * UIKit.UIPrinterPickerCompletionHandler -> bool

Parameters

animated
Boolean

Whether to animate the display of the picker.

completion
UIPrinterPickerCompletionHandler

A handler to run after the picker is dismissed.

Returns

Attributes

Applies to