DocInfo.DocumentName =
DocInfo.DataType =
PrintAPI.StartDocPrinter(hPrinter, 1, DocInfo)
PrintAPI.StartPagePrinter(hPrinter)
LoString.AppendLine(
Base.Common.ErrorHandling.LogError(e)
PrintAPI.EndPagePrinter(hPrinter)
PrintAPI.EndDocPrinter(hPrinter)
PrintAPI.ClosePrinter(hPrinter)
You can take a look to this resources:
http://social.msdn.microsoft.com/Forums/en-US/posfordotnet/
http://www.microsoft.com/windowsembedded/en-us/products/readyproducts/posready/default.mspx
This a POS implementation for NET. Could be usefull, I found an aplications (AEVI POS) that use this libraries.
Regards Everything is possible, just keep trying...