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
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)Creates a UIKit.UIPrinterPickerController that has the selected UIKit.UIPrinter object, or for a value of null, no selection. | |
Present(bool, UIPrinterPickerCompletionHandler)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)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)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. | ||