Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrinterPrintOptions Object / PrintMarginBottom Property
PrintMarginBottom Property (PrinterPrintOptions)
Returns or specifies 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 PrinterPrintOptions Object
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Thrown if the set parameter is outside the range of valid values.
Remarks
Valid range for PrintMarginBottom is between 0 and 32767.
See Also