PosPrinterRotation 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポイント オブ サービス プリンターがページ上のテキストまたは画像を回転させる方法について説明します。
public enum class PosPrinterRotation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterRotation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterRotation
var value = Windows.Devices.PointOfService.PosPrinterRotation.normal
Public Enum PosPrinterRotation
- 継承
-
PosPrinterRotation
- 属性
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 で導入)
|
フィールド
Left90 | 2 | テキストまたは画像は反時計回りに 90 度回転します。 |
Normal | 0 | テキストまたは画像が回転しません。 |
Right90 | 1 | テキストまたは画像は時計回りに 90 度回転します。 |
Rotate180 | 3 | テキストまたは画像が上下逆になっている。 |