PosPrinterRotation 枚举

定义

介绍服务点打印机旋转页面上的文本或图像的可能方式。

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

文本或图像是倒置的。

适用于