ReceiptPrinterCapabilities.IsDoubleWidePrintSupported プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レシート プリンター ステーションが 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。