The members of UIKit.UIPrinterPickerController are listed below.
See Also: Inherited members from Foundation.NSObject
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIPrinterPickerControllerDelegate. An instance of the UIKit.UIPrinterPickerControllerDelegate model class which acts as the class delegate. | |
| [read-only] | SelectedPrinter | UIPrinter. Gets the selected UIKit.UIPrinter object. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |
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. | ||