ReceiptPrinterCapabilities.IsStrikethroughSupported 属性

定义

获取收据打印机站是否可以以删除线样式打印字符。

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

属性值

Boolean

bool

如此 如果收据打印机站可以打印字符删除线样式;否则为 false。

Windows 要求

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

适用于