IOperationServiceTryGetDocumentPrinter Method |
Try get document printer for specified restaurant section.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIPrinterQueueRef TryGetDocumentPrinter(
IRestaurantSection section = null,
bool checkIsConfigured = false
)
Parameters
- section IRestaurantSection (Optional)
-
Printer`s restaurant section. If section not specified uses default table`s section.
- checkIsConfigured Boolean (Optional)
-
If checkIsConfigured = true returns only configured printer.
Return Value
IPrinterQueueRef
Instance of printer or
null if section does not contains document printer or document printer not configured (for
checkIsConfigured =
true).
See Also