Click or drag to resize

IOperationServicePrint(IPrintingDeviceInfo, Document) Method

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

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

Parameters

printer  IPrintingDeviceInfo
Instance of printing device.
document  Document
Document to print.

Return Value

Boolean
True for successfully printed document.
See Also