次の方法で共有


ReceiptPrinterCapabilities.IsBitmapSupported プロパティ

定義

レシート プリンター ステーションでビットマップを印刷できるかどうかを取得します。

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

プロパティ値

Boolean

bool

True を指定すると、レシート プリンター ステーションでビットマップを印刷できます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください