Printer Object
 
Syntax
 
Printer.MarginBottom = varValue
 
Description
Returns or sets the bottom margin, in twips.
 
The MarginBottom property measures the space between the text and the bottom of the page. If the MarginFooter property is set to zero, MarginBottom also determines the position of the page footers.
 
When text wraps past the bottom margin, or when table rows exceed it, the Printer object automatically causes a column or page break. To disable page breaks -- to write on the margins, for example -- set MarginBottom to a negative value (remember to restore it later).
 
You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips.
 
For a diagram showing the effect of the Margin properties, see the MarginLeft property.
 
See Also
Example