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
Printable View
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
Use
Printer.CurrentX=...
Iouri Boutchkine
[email protected]
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