PosPrinterMarkFeedCapabilities 列挙型

定義

マークセンス用紙を処理するためのレシート プリンター ステーションの機能について説明します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class PosPrinterMarkFeedCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterMarkFeedCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterMarkFeedCapabilities
var value = Windows.Devices.PointOfService.PosPrinterMarkFeedCapabilities.none
Public Enum PosPrinterMarkFeedCapabilities
継承
PosPrinterMarkFeedCapabilities
属性

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 で導入)

フィールド

None 0

レシートプリンターステーションはマークセンス用紙を供給できません。

ToCurrentTopOfForm 4

レシートプリンターステーションは、マークセンス紙を現在の用紙のフォームの上部に送り、必要に応じて用紙を逆送りすることができます。

ToCutter 2

レシートプリンターステーションは、マークセンス紙を自動カッターの切断位置に送ることができます。

ToNextTopOfForm 8

レシートプリンターステーションは、マークセンス用紙をフォームの上部に送り、次の用紙に送ることができます。

ToTakeUp 1

レシートプリンターステーションは、マークセンス用紙を用紙の取り上げ位置に送ることができます。

適用対象

こちらもご覧ください