共用方式為


JournalPrinterCapabilities.IsPaperNearEndSensorSupported 屬性

定義

取得日誌印表機站是否有低紙張感應器。

public:
 property bool IsPaperNearEndSensorSupported { bool get(); };
bool IsPaperNearEndSensorSupported();
public bool IsPaperNearEndSensorSupported { get; }
var boolean = journalPrinterCapabilities.isPaperNearEndSensorSupported;
Public ReadOnly Property IsPaperNearEndSensorSupported As Boolean

屬性值

Boolean

bool

如果日誌印表機站有低紙張感應器,則為 True;否則為 false。

實作

適用於

另請參閱