ClaimedPosPrinter.IsCoverOpen Property

Definition

Gets whether the cover of the point-of-service printer is currently open.

public:
 property bool IsCoverOpen { bool get(); };
bool IsCoverOpen();
public bool IsCoverOpen { get; }
var boolean = claimedPosPrinter.isCoverOpen;
Public ReadOnly Property IsCoverOpen As Boolean

Property Value

Boolean

bool

True if the cover of the printer is currently open; otherwise, false.

Applies to