UIKit.UIPrinterPickerController Members

The members of UIKit.UIPrinterPickerController are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIPrinterPickerControllerDelegate. An instance of the UIKit.UIPrinterPickerControllerDelegate model class which acts as the class delegate.
[read-only]
SelectedPrinterUIPrinter. Gets the selected UIKit.UIPrinter object.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

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.