UIPrinterPickerController.Dismiss(Boolean) Method

Definition

Dismisses this UIPrinterPickerController controller with or without animation, as determined by animated, without calling WillDismiss(UIPrinterPickerController) or DidDismiss(UIPrinterPickerController).

[Foundation.Export("dismissAnimated:")]
public virtual void Dismiss (bool animated);
abstract member Dismiss : bool -> unit
override this.Dismiss : bool -> unit

Parameters

animated
Boolean

Whether to animate the display of the picker.

Attributes

Applies to