UIView.ViewPrintFormatter Property

Definition

Returns a UIViewPrintFormatter appropriate for the UIView.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewPrintFormatter ViewPrintFormatter { [Foundation.Export("viewPrintFormatter")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ViewPrintFormatter : UIKit.UIViewPrintFormatter

Property Value

This method may return null if an appropriate UIViewPrintFormatter could not be created.

Attributes

Remarks

This method produces a tUIViewPrintFormatter that can be configured with the page layout options desired by the application.

Every time this method is called, it creates a new UIViewPrintFormatter.

Applies to