PrintOrientation 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
印刷出力の方向オプションを指定します。
public enum class PrintOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintOrientation
var value = Windows.Graphics.Printing.PrintOrientation.default
Public Enum PrintOrientation
- 継承
-
PrintOrientation
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
Default | 0 | 既定の方向オプション。 |
Landscape | 5 | 横向きオプション。 |
LandscapeFlipped | 6 | LandscapeFlipped 方向オプション。 |
NotAvailable | 1 | アプリケーションで使用できないオリエンタイトン オプション、または印刷デバイスでサポートされていないオプション。 |
Portrait | 3 | 縦向きオプション。 |
PortraitFlipped | 4 | PortraitFlipped 方向オプション。 |
PrinterCustom | 2 | 印刷デバイスに固有のユーザー設定の向き。 |