Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintMarginBottom Property
In This Topic
    PrintMarginBottom Property
    In This Topic
    Gets or sets the size of the margin at the bottom of a printed page.
    Syntax
    expression.PrintMarginBottom As Integer
    where expression is a variable that represents a PrintOptions Object
    Remarks
    The value is in "twips" (a twip is one twentieth of a point). There are 1440 twips to an inch. The default is 0. The range of values is 0 - 32,767.
    See Also