次の方法で共有


ReceiptPrinterCapabilities.IsPrinterPresent プロパティ

定義

レシートを印刷するステーションを備えたサービスポイント プリンターが存在するかどうかを取得します。

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

プロパティ値

Boolean

bool

True の 場合は、レシートを印刷するステーションを持つサービスポイント プリンターが存在します。それ以外の場合は false。

実装

適用対象

こちらもご覧ください