ICommonPosPrintStationCapabilities.IsDoubleHighDoubleWidePrintSupported プロパティ

定義

プリンター ステーションで、ダブルハイとダブルワイドの両方の文字を印刷できるかどうかを取得します。

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

プロパティ値

Boolean

bool

True を指定すると、プリンター ステーションで倍精度浮動小数点型と倍精度浮動小数点型の両方の文字を印刷できます。それ以外の場合は false。

適用対象

こちらもご覧ください