Vi riporto questa discussione:
" When I call MyPrinter.Configure() I can set e. g. the margins for the pages.
Where can I read / write the values of the dialogue from code?
Rolf "
" At the moment you can't, but by using the FullPage property, you can
choose between drawing on the full page and drawing inside the margins
(i.e. the painting area is the full page during the Draw event handler
if FullPage is TRUE, and is the page inside the margins if FullPage is
FALSE).
Regards,
--
Benoît Minisini "