Click or drag to resize

PrintLineConvertNavToBaseReceipt Method

Converts the nav receipt to base receipt.

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Printer
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public static List<List<PrintLine>> ConvertNavToBaseReceipt(
	List<NavPrintBuffer> printBuffer,
	string logo = ""
)

Parameters

printBuffer
Type: System.Collections.GenericListNavPrintBuffer
Print buffer.
logo (Optional)
Type: SystemString
Logo to be added to the first PrintBitmap line

Return Value

Type: ListListPrintLine
List of receipts (where each receipt is a list of lines to print).
See Also