ReceiptPrinterCapabilities.IsReversePaperFeedByLineSupported 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取收据打印机站是否可以按行反转进纸。
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 中引入)
|