UIView.ViewPrintFormatter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.