次の方法で共有


ReceiptPrinterCapabilities.IsDoubleHighDoubleWidePrintSupported プロパティ

定義

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

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

プロパティ値

Boolean

bool

True の 場合、レシート プリンター ステーションは、ダブルハイとダブルワイドの両方の文字を印刷できます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください