PosPrinterMarkFeedKind 列挙型

定義

ReceiptPrintJob.MarkFeed メソッドを呼び出すときに、レシート プリンター ステーションがマークセンス用紙をフィードする方法について説明します。

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

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

フィールド

ToCurrentTopOfForm 2

マークで感じ取った用紙を現在の用紙のフォームの上部に送り、必要に応じて用紙を逆給紙します。

ToCutter 1

マークセンス紙を自動カッターの切断位置に送ります。

ToNextTopOfForm 3

マークで検出された用紙をフォームの上部にフィードし、次の用紙に送ります。

ToTakeUp 0

マークで検出された用紙を用紙の取り上げ位置にフィードします。

適用対象

こちらもご覧ください