ICommonPosPrintStationCapabilities.IsUnderlineSupported プロパティ

定義

プリンター ステーションで文字に下線を引くことができるかどうかを取得します。

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

プロパティ値

Boolean

bool

True の 場合、プリンター ステーションは、文字に下線を付けることができます。それ以外の場合は false。

適用対象

こちらもご覧ください