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을 만듭니다.

적용 대상