ReceiptPrinterCapabilities.IsReversePaperFeedByLineSupported 属性

定义

获取收据打印机站是否可以按行反转进纸。

public:
 property bool IsReversePaperFeedByLineSupported { bool get(); };
bool IsReversePaperFeedByLineSupported();
public bool IsReversePaperFeedByLineSupported { get; }
var boolean = receiptPrinterCapabilities.isReversePaperFeedByLineSupported;
Public ReadOnly Property IsReversePaperFeedByLineSupported As Boolean

属性值

Boolean

bool

如果收据打印机站可以按行反转进纸,则其值为 True;否则为 false。

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

适用于