UIView.ViewPrintFormatter 属性

定义

返回 UIViewPrintFormatter 适用于 的 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

属性值

如果无法创建适当的 UIViewPrintFormatter ,此方法可能会返回 null

属性

注解

此方法生成的 tUIViewPrintFormatter 可以使用应用程序所需的页面布局选项进行配置。

每次调用此方法时,它都会创建一个新的 UIViewPrintFormatter

适用于