Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== PrintSetMargins function ====== ==== Description ==== Sets the margins for the page to be printed for the printable area of the page. ==== Syntax ==== //status// = **PrintSetMargins**(//top//, //left//, //bottom//, //right//) ==== Parameters ==== The PrintSetMargins function has the following parameters: ^Parameter^Description^ |//top\\ left\\ bottom\\ right\\ //|Respective positions of the margins in inches.|| ==== Returns ==== True for successful execution or False for failure. ==== Example ==== <code> /* Sets the print margins. (Top and left .5 inches, and bottom and right to 1 inch.) */ PrintSetMargins(.5, .5, 1, 1) </code> guides/programming/programmers_reference_manual/printsetmargins.txt Last modified: 2024/06/19 20:20by 127.0.0.1