ClaimedJournalPrinter.IsPaperEmpty Property

Definition

Gets whether the paper is empty for the journal printer station. 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 IsPaperEmpty { bool get(); };
bool IsPaperEmpty();
public bool IsPaperEmpty { get; }
var boolean = claimedJournalPrinter.isPaperEmpty;
Public ReadOnly Property IsPaperEmpty As Boolean

Property Value

Boolean

bool

True if the printer is out of paper; otherwise false.

Implements

Applies to