Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrintOptions Interface / PrintScreen Method
Print option. See PrintScreenOption for more information.
The number of copies. The range for this argument is 1-99.


In This Topic
    PrintScreen Method
    In This Topic
    Prints the selected text or the entire terminal screen.
    Syntax
    'Declaration
     
    
    Function PrintScreen( _
       ByVal option As PrintScreenOption, _
       ByVal copies As Integer _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IPrintOptions
    Dim option As PrintScreenOption
    Dim copies As Integer
    Dim value As ReturnCode
     
    value = instance.PrintScreen(option, copies)

    Parameters

    option
    Print option. See PrintScreenOption for more information.
    copies
    The number of copies. The range for this argument is 1-99.

    Return Value

    Method return code.
    See Also