Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterMarginBottom Property
In This Topic
PrinterMarginBottom Property
In This Topic

Gets or sets the size of the bottom margin of printed output.

Syntax
expression.PrinterMarginBottom As Integer
where expression is a variable that represents a Printing Object

Property Value

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

The default value is 1440. The range of values is 0-32767.

Remarks

Changing the margin size changes the font size of the printed output.

See Also