Click or drag to resize

ICashRegisterPrintText Method

Perform the operation of printing non-fiscal cheque (information, advertising or other).

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void PrintText(
	string text
)

Parameters

text
Type: SystemString
Text for printing.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also