G
Guest
I need to print raw byte data (PCL) to a printer in C# .NET 2.0. I was
disappointed that the BinaryWriter.Write method seems to specifically forbid
it. I would like to print to device names (e.g. lpt2
and also network queue
names. Is there a way to do this using .NET? Failing that, can it be done by
importing win32 dll functions? Does anyone know of example code to do this?
Thanks.
disappointed that the BinaryWriter.Write method seems to specifically forbid
it. I would like to print to device names (e.g. lpt2

names. Is there a way to do this using .NET? Failing that, can it be done by
importing win32 dll functions? Does anyone know of example code to do this?
Thanks.