Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintScreen Method
The PrintScreenOption value.
The number of copies.
In This Topic
    PrintScreen Method (PrintOptions)
    In This Topic
    Prints the selected text or the entire terminal screen.
    Syntax
    expression.PrintScreen( _
       ByVal option As PrintScreenOption, _
       ByVal copies As Integer _
    ) As ReturnCode
    where expression is a variable that represents a PrintOptions Object

    Parameters

    option
    The PrintScreenOption value.
    copies
    The number of copies.

    Return Value

    Method return code.
    See Also