Click to See Complete Forum and Search --> : Printer Margin


Alex Zhu
August 10th, 2000, 05:15 PM
Hello all

I am printing report using printer object. Now how can I get the margin of the page and I can start to print from the left margin of a page.

Thank you for any response.

Alex Zhu

Iouri
August 10th, 2000, 07:39 PM
Use

Printer.CurrentX=...

Iouri Boutchkine
iboutchkine@hotmail.com

Alex Zhu
August 11th, 2000, 09:05 AM
We can set a page margin at a pagesetup dialog at many places like in control panel. That is we can set page margin outside of a application.
So if the page left margin is 1 in and I set printer.currentx = 0.5 in then happens?

Thank you for the response

Alex