Hi everybody.
I'm beginning to meddle with printing using the Printer object.
I set the page type to A4, which I'm using, but how can I set the *ACTUAL* size of the print area of the page.
See, whenever I print, the page automatically jumps to the next before I call the method, because there seem to be "margins" on the top, left, right and bottom of the page, that I can't set.
How can I set these margins, or, at least, get their dimensions from the printer, so that I can correctly determine the print area size.
Thanks everybody for any advice!