ClaimedJournalPrinter.IsCartridgeRemoved Property

Definition

Gets whether the cartridge for journal printer station has been removed. Note, this may throw an exception if the corresponding sensor is not available on the printer. See JournalPrinterCapabilities to verify sensor availability.

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

Property Value

Boolean

bool

True if the cartridge is missing; otherwise false.

Implements

Applies to