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

将标记感知的纸张馈送至纸张占用位置。

适用于

另请参阅