Click or drag to resize

IOperationServiceFormatDocumentOnPrintingDevice Method

Format document markup on specified printer.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Document FormatDocumentOnPrintingDevice(
	Guid printingDeviceId,
	Document documentMarkup
)

Parameters

printingDeviceId
Type: SystemGuid
Device id.
documentMarkup
Type: Resto.Front.Api.Data.PrintDocument
Markup of the document.

Return Value

Type: Document
Formatted document.
See Also