Click or drag to resize

IOperationServicePrint Method (IPrintingDeviceInfo, Document)

Print document on printing device. It can be printer of cash register

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool Print(
	IPrintingDeviceInfo printer,
	Document document
)

Parameters

printer
Type: Resto.Front.Api.Data.DeviceIPrintingDeviceInfo
Instance of printing device.
document
Type: Resto.Front.Api.Data.PrintDocument
Document to print.

Return Value

Type: Boolean
True for successfully printed document.
See Also