ClaimedSlipPrinter.IsPaperEmpty 属性

定义

获取单据打印机站是否需要纸张。

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

属性值

Boolean

bool

如果单据打印机站需要纸张,则为 True;否则为 false。

实现

适用于

另请参阅