ReceiptPrinterCapabilities.IsPaperEmptySensorSupported Property

Definition

Gets whether the receipt printer station has an out-of-paper sensor.

public:
 property bool IsPaperEmptySensorSupported { bool get(); };
bool IsPaperEmptySensorSupported();
public bool IsPaperEmptySensorSupported { get; }
var boolean = receiptPrinterCapabilities.isPaperEmptySensorSupported;
Public ReadOnly Property IsPaperEmptySensorSupported As Boolean

Property Value

Boolean

bool

True if the receipt printer station has an out-of-paper sensor; otherwise false.

Implements

Applies to

See also