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

ポイントオブサービスプリンタが現在印刷されている側は不明です。

適用対象