ClaimedSlipPrinter.IsCartridgeEmpty Property

Definition

Gets whether the cartridge of the slip printer station is currently out of ink or toner.

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

Property Value

Boolean

bool

True if the cartridge of the slip printer station is currently out of ink or toner; otherwise, false.

Implements

Applies to

See also