共用方式為


ClaimedReceiptPrinter.IsPaperEmpty 屬性

定義

取得收據印表機站是否需要紙張。

public:
 property bool IsPaperEmpty { bool get(); };
bool IsPaperEmpty();
public bool IsPaperEmpty { get; }
var boolean = claimedReceiptPrinter.isPaperEmpty;
Public ReadOnly Property IsPaperEmpty As Boolean

屬性值

Boolean

bool

如果收據印表機站需要紙張,則為 True;否則為 false。

實作

適用於

另請參閱