ReceiptPrinterCapabilities.IsSubscriptSupported 属性

定义

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

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

属性值

Boolean

bool

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

Windows 要求

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

适用于