共用方式為


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。

實作

適用於

另請參閱