ClaimedSlipPrinter.IsCartridgeEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.