UIPrintInteractionController.Present 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.
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