Printer Margins

is it possible to set the printer margins at print time?? ie change LL.Device.PrintableArea.Offset.cx

I am trying to print a form with a binding margin, so I require a wider margin on the left for odd pages and on the right for even pages.

Thanks

See LL_CMND_PAGE - you can use SetWindowOrgEx() to move the whole page
to get what you want. While this is not in the designer (at least, not
without trickery like offering a project parameter as ‘odd page
offset’ and using LlExprParse()/LlExprEval() to calculate the value
entered there), it’s the easiest way.

Paulchen

“bowtus” <bowtle@fl.n…> wrote in message
news:10701092008102149@combit.net…

is it possible to set the printer margins at print time?? ie change
LL.Device.PrintableArea.Offset.cx

I am trying to print a form with a binding margin, so I require a
wider margin on the left for odd pages and on the right for even
pages.

Thanks