JournalPrinterCapabilities.IsDoubleWidePrintSupported プロパティ

定義

ジャーナル プリンター ステーションがダブルワイド文字を印刷できるかどうかを取得します。

public:
 property bool IsDoubleWidePrintSupported { bool get(); };
bool IsDoubleWidePrintSupported();
public bool IsDoubleWidePrintSupported { get; }
var boolean = journalPrinterCapabilities.isDoubleWidePrintSupported;
Public ReadOnly Property IsDoubleWidePrintSupported As Boolean

プロパティ値

Boolean

bool

True の 場合は、ジャーナル プリンター ステーションは、2 つのワイド文字を印刷できます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください