PosPrinterPrintSide 枚举

定义

描述服务点打印机打印的纸张的两侧。

public enum class PosPrinterPrintSide
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterPrintSide
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterPrintSide
var value = Windows.Devices.PointOfService.PosPrinterPrintSide.unknown
Public Enum PosPrinterPrintSide
继承
PosPrinterPrintSide
属性

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 中引入)

字段

Side1 1

服务点打印机正在打印或应在工作表的正面打印。

Side2 2

服务点打印机正在打印或应在工作表的背面打印。

Unknown 0

当前打印服务点打印机的一侧未知。

适用于