Le 02/10/2014 10:37, Rolf-Werner Eilert a écrit :
> 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

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to