ClaimedReceiptPrinter.IsPaperEmpty Property

Definition

Gets whether the receipt printer station needs paper.

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

Property Value

Boolean

bool

True if the receipt printer station needs paper; otherwise, false.

Implements

Applies to

See also