Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintBackground Property
In This Topic
    PrintBackground Property
    In This Topic
    Gets or sets the background color to use when printing the terminal screen.
    Syntax
    expression.PrintBackground As PrintBackgroundOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrintBackgroundOption Enumeration value. The default value is white.
    Remarks
    Available values include Black and White (the default).
    See Also