UIKit.UIPrintInteractionController: Method Members

The methods of UIKit.UIPrintInteractionController are listed below. For a list of all members, see the UIPrintInteractionController Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
CanPrint(Foundation.NSData) : bool
Determines if the data stored in the NSData can be printed.
static
CanPrint(Foundation.NSUrl) : bool
Whether printing is available.
Dismiss(bool)
Dismisses the printing-options sheet or popover.
Present(bool, UIPrintInteractionCompletionHandler) : bool
Presents an iPhone printing user interface.
PresentAsync(bool) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Presents an iPhone printing user interface.
PresentAsync(bool, out bool) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Presents an iPhone printing user interface asynchronously.
PresentFromBarButtonItem(UIBarButtonItem, bool, UIPrintInteractionCompletionHandler) : bool
Presents an iPad printing user interface in a popover view that can be animated from a soecified bar-button item.
PresentFromBarButtonItemAsync(UIBarButtonItem, bool) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Presents an iPad printing user interface in a popover view that can be animated from a soecified bar-button item.
PresentFromBarButtonItemAsync(UIBarButtonItem, bool, out bool) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Asynchronously presents the iPad printing user interface in a popover view that can be animated from a bar-button item.
PresentFromRectInView(CoreGraphics.CGRect, UIView, bool, UIPrintInteractionCompletionHandler) : bool
Presents an iPad printing user interface in a particular popover view that can be animated from any specified area in a view.
PresentFromRectInViewAsync(UIView, bool, CoreGraphics.CGRect) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Presents the iPad printing user interface in a popover view that can be animated from any area in a view.
PresentFromRectInViewAsync(CoreGraphics.CGRect, UIView, bool, out bool) : System.Threading.Tasks.Task<UIPrintInteractionResult>
Asynchronously presents the iPad printing user interface in a popover view that can be animated from any area in a view.
PrintToPrinter(UIPrinter, UIPrintInteractionCompletionHandler) : bool
Prints directly to a specified printer.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIPrintInteractionController object.