共用方式為


ReceiptPrinterCapabilities.IsBoldSupported 屬性

定義

取得收據印表機站是否可以列印粗體字元。

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

屬性值

Boolean

bool

如果收據印表機站可以列印粗體字元,則為 True;否則為 false。

實作

適用於

另請參閱