ICommonPosPrintStationCapabilities.IsDualColorSupported プロパティ

定義

プリンター ステーションで濃い色と代替色を印刷できるかどうかを取得します。

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

プロパティ値

Boolean

bool

True を指定すると、プリンター ステーションで濃い色と別の色を印刷できます。それ以外の場合は false。

適用対象

こちらもご覧ください