UIKit.UIPrinterPickerController: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

Dismiss(bool)
Dismisses this UIKit.UIPrinterPickerController controller with or without animation, as determined by animated, without calling UIPrinterPickerControllerDelegate.WillDismiss or :UIKit.UIPrinterPickerControllerDelegate.DidDismiss.
static
FromPrinter(UIPrinter) : UIPrinterPickerController
Creates a UIKit.UIPrinterPickerController that has the selected UIKit.UIPrinter object, or for a value of null, no selection.
Present(bool, UIPrinterPickerCompletionHandler) : bool
Shows a UIKit.UIPrinterPickerController from this app, with or without animation, depending on animated, and code to run on completion, as a UIKit.UIPrinterPickerCompletionHandler object, and then returns whether the object was displayed.
PresentFromBarButtonItem(UIBarButtonItem, bool, UIPrinterPickerCompletionHandler) : bool
Shows a UIKit.UIPrinterPickerController from this app as a popover that is anchored to a UIKit.UIBarButtonItem item, with or without animation, depending on animated, and code to run on completion, as a UIKit.UIPrinterPickerCompletionHandler object, and then returns whether the object was displayed.
PresentFromRect(UIView, bool, UIPrinterPickerCompletionHandler, CoreGraphics.CGRect) : bool
Shows a UIKit.UIPrinterPickerController from this app as a popover that is anchored to a System.Drawing.RectangleF object contained in a UIKit.UIView view, with or without animation, depending on animated, and code to run on completion, as a UIKit.UIPrinterPickerCompletionHandler object, and then returns whether the object was displayed.

Protected Methods

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