UIKit.UIPrintInteractionController.PresentFromRectInViewAsync Method
Presents the iPad printing user interface in a popover view that can be animated from any area in a view.

Syntax

public virtual System.Threading.Tasks.Task<UIPrintInteractionResult> PresentFromRectInViewAsync (UIView view, bool animated, CoreGraphics.CGRect rect)

Parameters

rect
>A rectangle that defines an area from which a printing popover view is animated.
view
The view that provides the coordinate system for the specified rect.
animated
true to animate the printing popover view from the specified item, false to display immediately.

Returns

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

Remarks

Requirements

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