Click to See Complete Forum and Search --> : To move the Paper in Reverse using VB in Printer


bala_261175
September 25th, 2001, 01:54 AM
Hi all,

I got struck with a great problem when iam doing some allignemnts of text in a pre-printed stationery. The problem is when the paper feed is happened , the Printer Header, by default by the printer setting, is focus towards the 3rd line of the paper. I want to send some commands, in such a way that the printer automatically get printed in the first line.

Thankz in Advance.
Regards,
Bala

John G Duffy
September 25th, 2001, 08:53 AM
If you set Printer.CurrentY = 0 then the Printer object will print on the very first line allowed by the printer hardware. The hardware usually requires a small border around the page to allow for mechanical descrepencies (Usually about 1/4 inch or so. But this border does depend on the individual printer.

John G