PosPrinter.Status Property

Definition

Gets the current status of the power and availability of the point-of-service printer.

public:
 property PosPrinterStatus ^ Status { PosPrinterStatus ^ get(); };
PosPrinterStatus Status();
public PosPrinterStatus Status { get; }
var posPrinterStatus = posPrinter.status;
Public ReadOnly Property Status As PosPrinterStatus

Property Value

The current status of the power and availability of the point-of-service printer.

Applies to

See also