The members of UIKit.UIPrintFormatter are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| ContentInsets | UIEdgeInsets. The distance the edges of the content should be inset from the printing rectangle. | |
| MaximumContentHeight | nfloat. The maximum height of the content area. | |
| MaximumContentWidth | nfloat. The maximum width of the content area. | |
| [read-only] | PageCount | nint. The number of pages to be printed. Read-only. |
| PerPageContentInsets | UIEdgeInsets. Documentation for this section has not yet been entered. | |
| [read-only] | PrintPageRenderer | UIPrintPageRenderer. The UIPrintPageRenderer associated with this UIPrintFormatter. |
| StartPage | nint. The index of the first page that this UIPrintFormatter will lay out. |
Copy(Foundation.NSZone)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)The RectangleF of the area enclosing the specified page of content. | ||
RemoveFromPrintPageRenderer()Removes this UIPrintFormatter from the specified UIPrintPageRenderer. | ||