UIView.ViewPrintFormatter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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。