iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api
IOperationService Interface
IOperationService Methods
Print Method
Print Method (IPrintingDeviceInfo, Document)
Print Method (IPrinterQueueRef, Document, Boolean)
IOperationService
Print Method (IPrintingDeviceInfo, Document)
Print document on printing device. It can be printer of cash register
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
bool
Print
(
IPrintingDeviceInfo
printer
,
Document
document
)
Parameters
printer
Type:
Resto.Front.Api.Data.Device
IPrintingDeviceInfo
Instance of printing device.
document
Type:
Resto.Front.Api.Data.Print
Document
Document to print.
Return Value
Type:
Boolean
True for successfully printed document.
See Also
Reference
IOperationService Interface
Print Overload
Resto.Front.Api Namespace