I am having trouble figuring out how to set my margins for my print job. Here is the code I have.
printer.scalemode = 2
printer.scaleleft = 72
printer.scaletop = 72
printer.print "Message"
printer.enddoc
I have run this program but my margins do not change.
printer.scalemode = 2
printer.scaleleft = 72
printer.scaletop = 72
printer.print "Message"
printer.enddoc
I have run this program but my margins do not change.