SetPrintMargins()

Summary

Set the left, top, right, and bottom printing margin settings.

Syntax

SetPrintMargins(array margin_settings)

Argument Contents
margin settings An array containing the size of the left, top, right, and bottom margins, in hundredths of points

Notes

  • The specified margins apply to all printing, including multi-page layouts.

  • There are 72 points per inch, and 7200 hundredths of a point per inch.

Example

SetPrintMargins({10800, 7200, 7200, 14400})

See Also

Function Summary
GetPrintMargins() Gets the current print margin settings