UIKit.UIPrintInteractionController.PresentFromBarButtonItemAsync Method
Presents an iPad printing user interface in a popover view that can be animated from a soecified bar-button item.

Syntax

public virtual System.Threading.Tasks.Task<UIPrintInteractionResult> PresentFromBarButtonItemAsync (UIBarButtonItem item, bool animated)

Parameters

item
The bar button item that you need to tap for printing.
animated
Set to animate the printing popover view from the specified item, or to display immediately.

Returns

A task that represents the asynchronous PresentFromBarButtonItem operation. The value of the TResult parameter is of type UIKit.UIPrintInteractionResult. To be added.

Remarks

The PresentFromBarButtonItemAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0