次の方法で共有


UIPrintInfoOrientation 列挙型

定義

印刷方向の列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrintInfoOrientation
type UIPrintInfoOrientation = 
継承
UIPrintInfoOrientation
属性

フィールド

Landscape 1

横モード。ページの長い側が水平です。

Portrait 0

縦モード。ページの長い側が垂直です。

適用対象