UIKit.UIPrinter Members

The members of UIKit.UIPrinter 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.
[read-only]
DisplayLocationstring. Gets a human-readable location of the printer.
[read-only]
DisplayNamestring. Gets the human-readable name of the printer.
[read-only]
MakeAndModelstring. Gets the human-readable manufacturer name and model name of the printer.
[read-only]
SupportedJobTypesUIPrinterJobTypes. Gets the capabilities of the printer.
[read-only]
SupportsColorbool. Gets whether the printer supports color printing.
[read-only]
SupportsDuplexbool. Gets whether the printer supports printing on both sides of the paper.
[read-only]
UrlFoundation.NSUrl. Gets the full address of the printer.

Public Methods

ContactPrinter(UIPrinterContactPrinterHandler)
Connects to the printer to get information about printer capabilities.
static
FromUrl(Foundation.NSUrl) : UIPrinter
Creates a printer that has the specified Foundation.NSUrl.

Protected Methods

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