次の方法で共有


ReceiptPrinterCapabilities.IsPaperEmptySensorSupported プロパティ

定義

レシート プリンター ステーションに用紙切れセンサーがあるかどうかを取得します。

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

プロパティ値

Boolean

bool

True の レシート プリンター ステーションに用紙切れセンサーがある場合。それ以外の場合は false。

実装

適用対象

こちらもご覧ください