次の方法で共有


UIPrintInfoDuplex 列挙型

定義

プリンターでサポートされている双方向モードの列挙。

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

フィールド

LongEdge 1

用紙の長い端に沿って背面ページを反転します。

None 0

片面印刷のみ。

ShortEdge 2

用紙の短い端に沿って背面ページを反転します。

適用対象