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
Syntaxpublic 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:
ListListPrintLineList of receipts (where each receipt is a list of lines to print).
See Also