UIKit.UIPrintFormatter Members

The members of UIKit.UIPrintFormatter 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.
ContentInsetsUIEdgeInsets. The distance the edges of the content should be inset from the printing rectangle.
MaximumContentHeightnfloat. The maximum height of the content area.
MaximumContentWidthnfloat. The maximum width of the content area.
[read-only]
PageCountnint. The number of pages to be printed. Read-only.
PerPageContentInsetsUIEdgeInsets. Documentation for this section has not yet been entered.
[read-only]
PrintPageRendererUIPrintPageRenderer. The UIPrintPageRenderer associated with this UIPrintFormatter.
StartPagenint. The index of the first page that this UIPrintFormatter will lay out.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
DrawRect(CoreGraphics.CGRect, nint)
Draws that portion of this UIPrintFormatter's content in the area specified on the specified page.
RectangleForPage(nint) : CoreGraphics.CGRect
The RectangleF of the area enclosing the specified page of content.
RemoveFromPrintPageRenderer()
Removes this UIPrintFormatter from the specified UIPrintPageRenderer.

Protected Methods

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