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

Syntax

[Foundation.Export("presentFromBarButtonItem:animated:completionHandler:")]
public virtual bool PresentFromBarButtonItem (UIBarButtonItem item, bool animated, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDUIPrintInteractionCompletionHandler))] UIPrintInteractionCompletionHandler completion)

Parameters

item
The bar button item that you need to tap for printing.
animated
Set true to animate the printing popover view from the specified item, or false to display immediately.
completion
Implement this to handle the conclusion of a print job and to handle any errors encountered in printing.

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