UIKit.UIPrintPaper Members

The members of UIKit.UIPrintPaper are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

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]
PaperSizeCoreGraphics.CGSize. The SizeF of the paper used in the print job.
[read-only]
PrintableRectCoreGraphics.CGRect. The printable area of the page.

Public Methods

static
ForPageSize(UIPrintPaper[], CoreGraphics.CGSize) : UIPrintPaper
Returns the UIPrintPaper for the specified pageSize and paperList.