ReceiptPrinterCapabilities.IsSuperscriptSupported 属性

定义

获取收据打印机站是否可以以上标样式打印字符。

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

属性值

Boolean

bool

如果收据打印机站可以打印上标样式的字符,则该属性值为 True;否则为 false。

Windows 要求

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

适用于