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
| static  | CanPrint(Foundation.NSData) Determines if the data stored in the NSData can be printed. | |
| static  | CanPrint(Foundation.NSUrl) Whether printing is available. | |
| Dismiss(bool) Dismisses the printing-options sheet or popover. | ||
| Present(bool, UIPrintInteractionCompletionHandler) Presents an iPhone printing user interface. | ||
| PresentAsync(bool) Presents an iPhone printing user interface. | ||
| PresentAsync(bool, out bool) Presents an iPhone printing user interface asynchronously. | ||
| PresentFromBarButtonItem(UIBarButtonItem, bool, UIPrintInteractionCompletionHandler) Presents an iPad printing user interface in a popover view that can be animated from a soecified bar-button item. | ||
| PresentFromBarButtonItemAsync(UIBarButtonItem, bool) 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) 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) 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) 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) Asynchronously presents the iPad printing user interface in a popover view that can be animated from any area in a view. | ||
| PrintToPrinter(UIPrinter, UIPrintInteractionCompletionHandler) Prints directly to a specified printer. | ||