UIKit.UIPrintInfo Members

The members of UIKit.UIPrintInfo are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

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.
DuplexUIPrintInfoDuplex. The duplex mode to use for the print job.
JobNamestring. The name of the print job.
OrientationUIPrintInfoOrientation. The orientation of the printed content.
OutputTypeUIPrintInfoOutputType. The kind of printable content.
PrinterIDstring. The printer that should be used for the print job.
[read-only]
static
PrintInfoUIPrintInfo. A print-information object initialized with default values.
[read-only]
ToDictionaryFoundation.NSDictionary. Converts the data of a print-information object into a dictionary.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
FromDictionary(Foundation.NSDictionary) : UIPrintInfo
A print-information object initialized with specified data.

Protected Methods

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