ICommonPosPrintStationCapabilities.IsItalicSupported プロパティ

定義

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

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

プロパティ値

Boolean

bool

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

適用対象

こちらもご覧ください