Click or drag to resize

IOperationServiceTryGetReceiptChequePrinter Method

Try get receipt cheque printer for default cash register.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IPrinterQueueRef TryGetReceiptChequePrinter(
	bool checkIsConfigured = false
)

Parameters

checkIsConfigured  Boolean  (Optional)
If checkIsConfigured = true returns only configured printer.

Return Value

IPrinterQueueRef
Instance of printer or null if receipt cheque printer not configured (for checkIsConfigured = true).
See Also