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.
Syntax
To specify equal margins on all four sides of the page, use the MARGIN subcommand.
SETTING { MARGIN numeric-inches }
To specify each of the margins individually, use the LEFTMARGIN, RIGHTMARGIN, TOPMARGIN, and BOTTOMMARGIN subcommands.
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