IOperationServiceFormatDocumentOnPrintingDevice Method |
Format document markup on specified printer.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax Document FormatDocumentOnPrintingDevice(
IPrintingDeviceInfo printingDeviceInfo,
Document documentMarkup
)
Parameters
- printingDeviceInfo
- Type: Resto.Front.Api.Data.DeviceIPrintingDeviceInfo
Info of the printing device whose settings will be used to format the document. If equals to null, default formatting settings will be applied.
- documentMarkup
- Type: Resto.Front.Api.Data.PrintDocument
Markup of the document.
Return Value
Type:
Document
Formatted document.
See Also