How to printer set up for printing upto last line of document.If last line, printer stop the printing.
Now i set up printer A4 size, that is why if there is only one line in document,printer provide a long A4 sheet paper.This will waste paper more.
How to setup printer for enough printing..?
Loading
Abhimanyu K VatsaPosted May 24, 2011, 10:04 AM
System.Drawing.Printing.PaperSize p = new System.Drawing.Printing.PaperSize("Custom Paper Size", 297, 210);
//try by changing above values