Click or drag to resize

IOperationServicePrint Method

Print document on specified printer.

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

Parameters

printer
Type: Resto.Front.Api.Data.PrintIPrinterRef
Instance of printer.
document
Type: Resto.Front.Api.Data.PrintDocument
Document to print.

Return Value

Type: Boolean
True for successfully printed document.
See Also