UIKit.UIPrintInteractionController.PresentFromRectInView Method
Presents an iPad printing user interface in a particular popover view that can be animated from any specified area in a view.

Syntax

[Foundation.Export("presentFromRect:inView:animated:completionHandler:")]
public virtual bool PresentFromRectInView (CoreGraphics.CGRect rect, UIView view, bool animated, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDUIPrintInteractionCompletionHandler))] UIPrintInteractionCompletionHandler completion)

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.
completion
Implemented to handle the conclusion of the print job.

Returns

When printing options are already displayed, the printing-options popover view is hidden. You need to call the method again to display the options.

Remarks

Documentation for this section has not yet been entered.

Requirements

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