Freigeben über


ClaimedReceiptPrinter.IsReadyToPrint Eigenschaft

Definition

Ruft ab, ob die Belegdruckerstation eingeschaltet ist und Druckaufträge akzeptiert.

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

Eigenschaftswert

Boolean

bool

True, wenn die Belegdruckerstation eingeschaltet ist und Druckaufträge akzeptiert; andernfalls false.

Implementiert

Gilt für:

Weitere Informationen