Programming with Reflection

image\rwnprg32.gif PrintMarginBottom property

 

Syntax

object.PrintMarginBottom
object.PrintMarginBottom = Value

Data type

Long

 

Description

Returns (first syntax line) or specifies (second syntax line) the size of the margin to be left at the bottom of a page of printed output.

The value is in "twips" (a twip is one twentieth of a point). There are 1440 twips to an inch.

Values

The default is 0.

The range of values is 0-32767.

Comments

As you change your top or bottom margin, the value for the PrintLinesPerPage property may change as well—larger margins means fewer lines per page.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property