IOperationServicePrint(IPrinterQueueRef, Document, Boolean) Method |
Print document on specified printer.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxbool Print(
IPrinterQueueRef printer,
Document document,
bool checkIsCompleted = false
)
Parameters
- printer IPrinterQueueRef
-
Instance of printer.
- document Document
-
Document to print.
- checkIsCompleted Boolean (Optional)
-
Wait for printing to complete and check it's success. Otherwise, only the success of sending the issue to the printer is checked. Relevant for the receipt printer.
Return Value
Boolean
True for successfully printed document.
See Also