次の方法で共有


ReceiptPrinterCapabilities.IsDoubleWidePrintSupported プロパティ

定義

レシート プリンター ステーションが 2 文字のワイド文字を印刷できるかどうかを取得します。

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

プロパティ値

Boolean

bool

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

実装

適用対象

こちらもご覧ください