printersetup question

I’m setting up some print jobs to print automatically, i can get the job to go to the correct printer with a saved setupstring but i first need to
change the margins on the pagesetup dialog from 25mm to 0mm.

i need to do this for every printer, is it possible to change this setting programatically?

its going to be a right pita if i have to do this for every printer…

You cannot change the margins, but you can print outside the margins. Ie., offset your drawing by (PageLeft, PageTop) and ignore the margins.

hi Tim,

i will try that.

good call!