Reporting : Batch Documentation Facility : Available commands : SETTING: Modify print settings : Setting page margins
  
Setting page margins
Use the MARGIN, LEFTMARGIN, RIGHTMARGIN, TOPMARGIN and BOTTOMMARGIN subcommands to set margins on a page for printing.
Use the MARGIN subcommand to specify equal margins on all four sides of the page.
SETTING { MARGIN numeric-inches }
Use the LEFTMARGIN, RIGHTMARGIN, TOPMARGIN, and BOTTOMMARGIN subcommands to set each of the four margins individually.
SETTING {
  LEFTMARGIN numeric-inches
  RIGHTMARGIN numeric-inches
  TOPMARGIN numeric-inches
  BOTTOMMARGIN numeric-inches }
The numeric-inches is a value in inches up to two decimal places.
Example
To set a 1/2 inch margin on all four sides:
SETTING { MARGIN 0.5 }
To setup a page with uneven margins:
SETTING {
  TOPMARGIN 1.25
  RIGHTMARGIN .5
  BOTTOMMARGIN .5
  LEFTMARGIN 1.5 }
See also
SETTING: Modify print settings