共用方式為


JournalPrinterCapabilities.IsUnderlineSupported 屬性

定義

取得日誌印表機站是否可以加上底線字元。

public:
 property bool IsUnderlineSupported { bool get(); };
bool IsUnderlineSupported();
public bool IsUnderlineSupported { get; }
var boolean = journalPrinterCapabilities.isUnderlineSupported;
Public ReadOnly Property IsUnderlineSupported As Boolean

屬性值

Boolean

bool

如果日誌印表機站可以加上底線字元,則為 True;否則為 false。

實作

適用於

另請參閱