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しい が作成されます。

適用対象