ClaimedReceiptPrinter.IsCartridgeRemoved Property

Definition

Gets whether the cartridge of the receipt printer station is currently removed.

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

Property Value

Boolean

bool

True if the cartridge of the receipt printer station is currently removed; otherwise, false.

Implements

Applies to

See also