Share via


PosPrinterCapabilities.HasCoverSensor Property

Definition

Gets whether the point-of-service printer has a sensor that detects if the printer cover is open.

public:
 property bool HasCoverSensor { bool get(); };
bool HasCoverSensor();
public bool HasCoverSensor { get; }
var boolean = posPrinterCapabilities.hasCoverSensor;
Public ReadOnly Property HasCoverSensor As Boolean

Property Value

Boolean

bool

True if the point-of-service printer has a sensor that detects if the printer cover is open; otherwise false.

Applies to

See also