次の方法で共有


ICommonPosPrintStationCapabilities.IsBoldSupported プロパティ

定義

プリンター ステーションで太字を印刷できるかどうかを取得します。

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

プロパティ値

Boolean

bool

True の 場合、プリンター ステーションは、太字の文字を印刷できます。それ以外の場合は false。

適用対象

こちらもご覧ください