UIPrintInteractionController.Present Method

Definition

Presents an iPhone printing user interface.

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

Parameters

animated
Boolean

true to animate the sheet display, false to display immediately.

completion
UIPrintInteractionCompletionHandler

Implemented to handle the conclusion of the specified print job and to handle errors that are encountered in printing.

Returns

A sheet that can be animated to implement a slide from the bottom of the screen upwards.

Attributes

Applies to